Html Css Color HEX #D65064 Cabaret

📋 copy color: '#D65064'

red 214 ◦ green 80 ◦ blue 100

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

Shades of Cabaret #D65064

Tints of Cabaret #D65064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 54.31%
G = 20.3%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D65064 (or 0xD65064) is known color: Cabaret. HEX triplet: D6, 50 and 64. RGB value is (214,80,100). Sum of RGB (Red+Green+Blue) = 214+80+100=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D65064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65064 is #29AF9B. Grayscale: #7A7A7A. Windows color (decimal): -2731932 or 6574294. OLE color: 6574294.

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

Color convert

RGB 214 80 100 -
CMYK 0 0.63 0.53 0.16
HSL 351.04º 0.62% 0.58% -
HSV(B) 351.04º 0.63% 0.84% -
XYZ 32.9 20.95 14.37 -
YUV 122.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 214 80 100 0 0.63 0.53 0.16 351.04 0.62 0.58
Hex D6 50 64 0 3F 35 10 15F 3E 3A
Octal 326 120 144 0 77 65 20 537 76 72
Binary 11010110 1010000 1100100 0 111111 110101 10000 101011111 111110 111010

Color Harmonies of #D65064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65064

Black with #D65064

Text Example


Text Example

White with #D65064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65064; }

 p { color: rgb(214,80,100); }

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

background-color css

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

 a { background-color: rgb(214,80,100); }

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

border-color css

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

 span { border-color: rgb(214,80,100); }

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