Html Css Color HEX #D2616A Cabaret

📋 copy color: '#D2616A'

red 210 ◦ green 97 ◦ blue 106

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

Shades of Cabaret #D2616A

Tints of Cabaret #D2616A

RGB

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

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

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

R = 50.85%
G = 23.49%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2616A (or 0xD2616A) is known color: Cabaret. HEX triplet: D2, 61 and 6A. RGB value is (210,97,106). Sum of RGB (Red+Green+Blue) = 210+97+106=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2616A is #2D9E95. Grayscale: #838383. Windows color (decimal): -2989718 or 6971858. OLE color: 6971858.

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

Color convert

RGB 210 97 106 -
CMYK 0 0.54 0.50 0.18
HSL 355.22º 0.56% 0.6% -
HSV(B) 355.22º 0.54% 0.82% -
XYZ 33.45 23.29 16.37 -
YUV 131.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 210 97 106 0 0.54 0.50 0.18 355.22 0.56 0.6
Hex D2 61 6A 0 36 32 12 163 38 3C
Octal 322 141 152 0 66 62 22 543 70 74
Binary 11010010 1100001 1101010 0 110110 110010 10010 101100011 111000 111100

Color Harmonies of #D2616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2616A

Black with #D2616A

Text Example


Text Example

White with #D2616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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