Html Css Color HEX #D2606E Cabaret

📋 copy color: '#D2606E'

red 210 ◦ green 96 ◦ blue 110

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

Shades of Cabaret #D2606E

Tints of Cabaret #D2606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 50.48%
G = 23.08%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2606E (or 0xD2606E) is known color: Cabaret. HEX triplet: D2, 60 and 6E. RGB value is (210,96,110). Sum of RGB (Red+Green+Blue) = 210+96+110=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2606E is #2D9F91. Grayscale: #838383. Windows color (decimal): -2989970 or 7233746. OLE color: 7233746.

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

Color convert

RGB 210 96 110 -
CMYK 0 0.54 0.48 0.18
HSL 352.63º 0.56% 0.6% -
HSV(B) 352.63º 0.54% 0.82% -
XYZ 33.58 23.19 17.46 -
YUV 131.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 210 96 110 0 0.54 0.48 0.18 352.63 0.56 0.6
Hex D2 60 6E 0 36 30 12 161 38 3C
Octal 322 140 156 0 66 60 22 541 70 74
Binary 11010010 1100000 1101110 0 110110 110000 10010 101100001 111000 111100

Color Harmonies of #D2606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2606E

Black with #D2606E

Text Example


Text Example

White with #D2606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2606E; }

 p { color: rgb(210,96,110); }

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

background-color css

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

 a { background-color: rgb(210,96,110); }

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

border-color css

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

 span { border-color: rgb(210,96,110); }

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