Html Css Color HEX #D25D77 Cabaret

📋 copy color: '#D25D77'

red 210 ◦ green 93 ◦ blue 119

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

Shades of Cabaret #D25D77

Tints of Cabaret #D25D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 49.76%
G = 22.04%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D25D77 (or 0xD25D77) is known color: Cabaret. HEX triplet: D2, 5D and 77. RGB value is (210,93,119). Sum of RGB (Red+Green+Blue) = 210+93+119=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D77 is #2DA288. Grayscale: #828282. Windows color (decimal): -2990729 or 7822802. OLE color: 7822802.

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

Color convert

RGB 210 93 119 -
CMYK 0 0.56 0.43 0.18
HSL 346.67º 0.57% 0.59% -
HSV(B) 346.67º 0.56% 0.82% -
XYZ 33.82 22.86 20.08 -
YUV 130.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 210 93 119 0 0.56 0.43 0.18 346.67 0.57 0.59
Hex D2 5D 77 0 38 2B 12 15B 39 3B
Octal 322 135 167 0 70 53 22 533 71 73
Binary 11010010 1011101 1110111 0 111000 101011 10010 101011011 111001 111011

Color Harmonies of #D25D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D77

Black with #D25D77

Text Example


Text Example

White with #D25D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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