Html Css Color HEX #D64B68 Cabaret

📋 copy color: '#D64B68'

red 214 ◦ green 75 ◦ blue 104

#D64B68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #D64B68

Tints of Cabaret #D64B68

RGB

 RED value IS 214 (83.98% from 255) = 54.45%

 GREEN value IS 75 (29.69% from 255) = 19.08%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 54.45%
G = 19.08%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D64B68 (or 0xD64B68) is known color: Cabaret. HEX triplet: D6, 4B and 68. RGB value is (214,75,104). Sum of RGB (Red+Green+Blue) = 214+75+104=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B68 is #29B497. Grayscale: #777777. Windows color (decimal): -2733208 or 6835158. OLE color: 6835158.

HSL color Cylindrical-coordinate representation of color #D64B68: hue angle of 347.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B68 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 75 104 -
CMYK 0 0.65 0.51 0.16
HSL 347.48º 0.63% 0.57% -
HSV(B) 347.48º 0.65% 0.84% -
XYZ 32.75 20.33 15.29 -
YUV 119.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 214 75 104 0 0.65 0.51 0.16 347.48 0.63 0.57
Hex D6 4B 68 0 41 33 10 15B 3F 39
Octal 326 113 150 0 101 63 20 533 77 71
Binary 11010110 1001011 1101000 0 1000001 110011 10000 101011011 111111 111001

Color Harmonies of #D64B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B68

Black with #D64B68

Text Example


Text Example

White with #D64B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B68; }

 p { color: rgb(214,75,104); }

 H1.HeaderClassName
 {
   color: #D64B68;
 }
 .AnyTagClassName
 {
   color: #D64B68;
 }
</style>

background-color css

<style>
 a { background-color: #D64B68; }

 a { background-color: rgb(214,75,104); }

 div.DivClassName
 {
   background-color: #D64B68;
 }
 .BgClassName
 {
   background-color: #D64B68;
 }
</style>

border-color css

<style>
 span { border-color: #D64B68; }

 span { border-color: rgb(214,75,104); }

 td.TdClassName
 {
   border-color: #D64B68;
 }
 .TagClassName
 {
   border-color: #D64B68;
 }
</style>