Html Css Color HEX #D25D76 Cabaret

📋 copy color: '#D25D76'

red 210 ◦ green 93 ◦ blue 118

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

Shades of Cabaret #D25D76

Tints of Cabaret #D25D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 49.88%
G = 22.09%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D25D76 (or 0xD25D76) is known color: Cabaret. HEX triplet: D2, 5D and 76. RGB value is (210,93,118). Sum of RGB (Red+Green+Blue) = 210+93+118=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D76 is #2DA289. Grayscale: #828282. Windows color (decimal): -2990730 or 7757266. OLE color: 7757266.

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

Color convert

RGB 210 93 118 -
CMYK 0 0.56 0.44 0.18
HSL 347.18º 0.57% 0.59% -
HSV(B) 347.18º 0.56% 0.82% -
XYZ 33.76 22.84 19.77 -
YUV 130.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 210 93 118 0 0.56 0.44 0.18 347.18 0.57 0.59
Hex D2 5D 76 0 38 2C 12 15B 39 3B
Octal 322 135 166 0 70 54 22 533 71 73
Binary 11010010 1011101 1110110 0 111000 101100 10010 101011011 111001 111011

Color Harmonies of #D25D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D76

Black with #D25D76

Text Example


Text Example

White with #D25D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D76; }

 p { color: rgb(210,93,118); }

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

background-color css

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

 a { background-color: rgb(210,93,118); }

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

border-color css

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

 span { border-color: rgb(210,93,118); }

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