Html Css Color HEX #D2616E Cabaret

📋 copy color: '#D2616E'

red 210 ◦ green 97 ◦ blue 110

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

Shades of Cabaret #D2616E

Tints of Cabaret #D2616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 50.36%
G = 23.26%
B = 26.38%

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

#D2616E (or 0xD2616E) is known color: Cabaret. HEX triplet: D2, 61 and 6E. RGB value is (210,97,110). Sum of RGB (Red+Green+Blue) = 210+97+110=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2616E is #2D9E91. Grayscale: #848484. Windows color (decimal): -2989714 or 7234002. OLE color: 7234002.

HSL color Cylindrical-coordinate representation of color #D2616E: hue angle of 353.1º 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 #D2616E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 97 110 -
CMYK 0 0.54 0.48 0.18
HSL 353.1º 0.56% 0.6% -
HSV(B) 353.1º 0.54% 0.82% -
XYZ 33.67 23.38 17.49 -
YUV 132.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 210 97 110 0 0.54 0.48 0.18 353.1 0.56 0.6
Hex D2 61 6E 0 36 30 12 161 38 3C
Octal 322 141 156 0 66 60 22 541 70 74
Binary 11010010 1100001 1101110 0 110110 110000 10010 101100001 111000 111100

Color Harmonies of #D2616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2616E

Black with #D2616E

Text Example


Text Example

White with #D2616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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