Html Css Color HEX #D64D6B Cabaret

📋 copy color: '#D64D6B'

red 214 ◦ green 77 ◦ blue 107

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

Shades of Cabaret #D64D6B

Tints of Cabaret #D64D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 53.77%
G = 19.35%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D64D6B (or 0xD64D6B) is known color: Cabaret. HEX triplet: D6, 4D and 6B. RGB value is (214,77,107). Sum of RGB (Red+Green+Blue) = 214+77+107=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D6B is #29B294. Grayscale: #797979. Windows color (decimal): -2732693 or 7032278. OLE color: 7032278.

HSL color Cylindrical-coordinate representation of color #D64D6B: hue angle of 346.86º 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 #D64D6B is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 77 107 -
CMYK 0 0.64 0.50 0.16
HSL 346.86º 0.63% 0.57% -
HSV(B) 346.86º 0.64% 0.84% -
XYZ 33.04 20.67 16.16 -
YUV 121.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 214 77 107 0 0.64 0.50 0.16 346.86 0.63 0.57
Hex D6 4D 6B 0 40 32 10 15B 3F 39
Octal 326 115 153 0 100 62 20 533 77 71
Binary 11010110 1001101 1101011 0 1000000 110010 10000 101011011 111111 111001

Color Harmonies of #D64D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D6B

Black with #D64D6B

Text Example


Text Example

White with #D64D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D6B; }

 p { color: rgb(214,77,107); }

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

background-color css

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

 a { background-color: rgb(214,77,107); }

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

border-color css

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

 span { border-color: rgb(214,77,107); }

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