Html Css Color HEX #D2436A Cabaret

📋 copy color: '#D2436A'

red 210 ◦ green 67 ◦ blue 106

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

Shades of Cabaret #D2436A

Tints of Cabaret #D2436A

RGB

 RED value IS 210 (82.42% from 255) = 54.83%

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 54.83%
G = 17.49%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2436A (or 0xD2436A) is known color: Cabaret. HEX triplet: D2, 43 and 6A. RGB value is (210,67,106). Sum of RGB (Red+Green+Blue) = 210+67+106=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2436A is #2DBC95. Grayscale: #727272. Windows color (decimal): -2997398 or 6964178. OLE color: 6964178.

HSL color Cylindrical-coordinate representation of color #D2436A: hue angle of 343.64º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2436A is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 67 106 -
CMYK 0 0.68 0.50 0.18
HSL 343.64º 0.61% 0.54% -
HSV(B) 343.64º 0.68% 0.82% -
XYZ 31.19 18.76 15.61 -
YUV 114.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 210 67 106 0 0.68 0.50 0.18 343.64 0.61 0.54
Hex D2 43 6A 0 44 32 12 158 3D 36
Octal 322 103 152 0 104 62 22 530 75 66
Binary 11010010 1000011 1101010 0 1000100 110010 10010 101011000 111101 110110

Color Harmonies of #D2436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2436A

Black with #D2436A

Text Example


Text Example

White with #D2436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2436A; }

 p { color: rgb(210,67,106); }

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

background-color css

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

 a { background-color: rgb(210,67,106); }

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

border-color css

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

 span { border-color: rgb(210,67,106); }

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