Html Css Color HEX #D25371 Cabaret

📋 copy color: '#D25371'

red 210 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #D25371

Tints of Cabaret #D25371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

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

R = 51.72%
G = 20.44%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D25371 (or 0xD25371) is known color: Cabaret. HEX triplet: D2, 53 and 71. RGB value is (210,83,113). Sum of RGB (Red+Green+Blue) = 210+83+113=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D25371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25371 is #2DAC8E. Grayscale: #7C7C7C. Windows color (decimal): -2993295 or 7427026. OLE color: 7427026.

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

Color convert

RGB 210 83 113 -
CMYK 0 0.60 0.46 0.18
HSL 345.83º 0.59% 0.57% -
HSV(B) 345.83º 0.6% 0.82% -
XYZ 32.65 21.08 17.97 -
YUV 124.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 210 83 113 0 0.60 0.46 0.18 345.83 0.59 0.57
Hex D2 53 71 0 3C 2E 12 15A 3B 39
Octal 322 123 161 0 74 56 22 532 73 71
Binary 11010010 1010011 1110001 0 111100 101110 10010 101011010 111011 111001

Color Harmonies of #D25371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25371

Black with #D25371

Text Example


Text Example

White with #D25371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25371; }

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

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

background-color css

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

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

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

border-color css

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

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

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