Html Css Color HEX #D2506A Cabaret

📋 copy color: '#D2506A'

red 210 ◦ green 80 ◦ blue 106

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

Shades of Cabaret #D2506A

Tints of Cabaret #D2506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

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

R = 53.03%
G = 20.2%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2506A (or 0xD2506A) is known color: Cabaret. HEX triplet: D2, 50 and 6A. RGB value is (210,80,106). Sum of RGB (Red+Green+Blue) = 210+80+106=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D2506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2506A is #2DAF95. Grayscale: #797979. Windows color (decimal): -2994070 or 6967506. OLE color: 6967506.

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

Color convert

RGB 210 80 106 -
CMYK 0 0.62 0.50 0.18
HSL 348º 0.59% 0.57% -
HSV(B) 348º 0.62% 0.82% -
XYZ 32.05 20.48 15.9 -
YUV 121.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 210 80 106 0 0.62 0.50 0.18 348 0.59 0.57
Hex D2 50 6A 0 3E 32 12 15C 3B 39
Octal 322 120 152 0 76 62 22 534 73 71
Binary 11010010 1010000 1101010 0 111110 110010 10010 101011100 111011 111001

Color Harmonies of #D2506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2506A

Black with #D2506A

Text Example


Text Example

White with #D2506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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