Html Css Color HEX #D25D70 Cabaret

📋 copy color: '#D25D70'

red 210 ◦ green 93 ◦ blue 112

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

Shades of Cabaret #D25D70

Tints of Cabaret #D25D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 50.6%
G = 22.41%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D25D70 (or 0xD25D70) is known color: Cabaret. HEX triplet: D2, 5D and 70. RGB value is (210,93,112). Sum of RGB (Red+Green+Blue) = 210+93+112=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D70 is #2DA28F. Grayscale: #828282. Windows color (decimal): -2990736 or 7364050. OLE color: 7364050.

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

Color convert

RGB 210 93 112 -
CMYK 0 0.56 0.47 0.18
HSL 350.26º 0.57% 0.59% -
HSV(B) 350.26º 0.56% 0.82% -
XYZ 33.42 22.7 17.95 -
YUV 130.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 210 93 112 0 0.56 0.47 0.18 350.26 0.57 0.59
Hex D2 5D 70 0 38 2F 12 15E 39 3B
Octal 322 135 160 0 70 57 22 536 71 73
Binary 11010010 1011101 1110000 0 111000 101111 10010 101011110 111001 111011

Color Harmonies of #D25D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D70

Black with #D25D70

Text Example


Text Example

White with #D25D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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