Html Css Color HEX #D64C63 Cabaret

📋 copy color: '#D64C63'

red 214 ◦ green 76 ◦ blue 99

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

Shades of Cabaret #D64C63

Tints of Cabaret #D64C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.54%

 BLUE value IS 99 (39.06% from 255) = 25.45%

R = 55.01%
G = 19.54%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D64C63 (or 0xD64C63) is known color: Cabaret. HEX triplet: D6, 4C and 63. RGB value is (214,76,99). Sum of RGB (Red+Green+Blue) = 214+76+99=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C63 is #29B39C. Grayscale: #777777. Windows color (decimal): -2732957 or 6507734. OLE color: 6507734.

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

Color convert

RGB 214 76 99 -
CMYK 0 0.64 0.54 0.16
HSL 350º 0.63% 0.57% -
HSV(B) 350º 0.64% 0.84% -
XYZ 32.57 20.37 14.02 -
YUV 119.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 214 76 99 0 0.64 0.54 0.16 350 0.63 0.57
Hex D6 4C 63 0 40 36 10 15E 3F 39
Octal 326 114 143 0 100 66 20 536 77 71
Binary 11010110 1001100 1100011 0 1000000 110110 10000 101011110 111111 111001

Color Harmonies of #D64C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C63

Black with #D64C63

Text Example


Text Example

White with #D64C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C63; }

 p { color: rgb(214,76,99); }

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

background-color css

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

 a { background-color: rgb(214,76,99); }

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

border-color css

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

 span { border-color: rgb(214,76,99); }

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