Html Css Color HEX #D64F68 Cabaret

📋 copy color: '#D64F68'

red 214 ◦ green 79 ◦ blue 104

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

Shades of Cabaret #D64F68

Tints of Cabaret #D64F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.9%

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

R = 53.9%
G = 19.9%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D64F68 (or 0xD64F68) is known color: Cabaret. HEX triplet: D6, 4F and 68. RGB value is (214,79,104). Sum of RGB (Red+Green+Blue) = 214+79+104=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F68 is #29B097. Grayscale: #7A7A7A. Windows color (decimal): -2732184 or 6836182. OLE color: 6836182.

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

Color convert

RGB 214 79 104 -
CMYK 0 0.63 0.51 0.16
HSL 348.89º 0.62% 0.57% -
HSV(B) 348.89º 0.63% 0.84% -
XYZ 33.03 20.89 15.39 -
YUV 122.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 214 79 104 0 0.63 0.51 0.16 348.89 0.62 0.57
Hex D6 4F 68 0 3F 33 10 15D 3E 39
Octal 326 117 150 0 77 63 20 535 76 71
Binary 11010110 1001111 1101000 0 111111 110011 10000 101011101 111110 111001

Color Harmonies of #D64F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F68

Black with #D64F68

Text Example


Text Example

White with #D64F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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