Html Css Color HEX #D25E71 Cabaret

📋 copy color: '#D25E71'

red 210 ◦ green 94 ◦ blue 113

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

Shades of Cabaret #D25E71

Tints of Cabaret #D25E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 50.36%
G = 22.54%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D25E71 (or 0xD25E71) is known color: Cabaret. HEX triplet: D2, 5E and 71. RGB value is (210,94,113). Sum of RGB (Red+Green+Blue) = 210+94+113=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E71 is #2DA18E. Grayscale: #828282. Windows color (decimal): -2990479 or 7429842. OLE color: 7429842.

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

Color convert

RGB 210 94 113 -
CMYK 0 0.55 0.46 0.18
HSL 350.17º 0.56% 0.6% -
HSV(B) 350.17º 0.55% 0.82% -
XYZ 33.56 22.9 18.27 -
YUV 130.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 210 94 113 0 0.55 0.46 0.18 350.17 0.56 0.6
Hex D2 5E 71 0 37 2E 12 15E 38 3C
Octal 322 136 161 0 67 56 22 536 70 74
Binary 11010010 1011110 1110001 0 110111 101110 10010 101011110 111000 111100

Color Harmonies of #D25E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E71

Black with #D25E71

Text Example


Text Example

White with #D25E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E71; }

 p { color: rgb(210,94,113); }

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

background-color css

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

 a { background-color: rgb(210,94,113); }

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

border-color css

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

 span { border-color: rgb(210,94,113); }

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