Html Css Color HEX #D25F70 Cabaret

📋 copy color: '#D25F70'

red 210 ◦ green 95 ◦ blue 112

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

Shades of Cabaret #D25F70

Tints of Cabaret #D25F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.78%

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

R = 50.36%
G = 22.78%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D25F70 (or 0xD25F70) is known color: Cabaret. HEX triplet: D2, 5F and 70. RGB value is (210,95,112). Sum of RGB (Red+Green+Blue) = 210+95+112=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F70 is #2DA08F. Grayscale: #838383. Windows color (decimal): -2990224 or 7364562. OLE color: 7364562.

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

Color convert

RGB 210 95 112 -
CMYK 0 0.55 0.47 0.18
HSL 351.13º 0.56% 0.6% -
HSV(B) 351.13º 0.55% 0.82% -
XYZ 33.6 23.06 18.01 -
YUV 131.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 210 95 112 0 0.55 0.47 0.18 351.13 0.56 0.6
Hex D2 5F 70 0 37 2F 12 15F 38 3C
Octal 322 137 160 0 67 57 22 537 70 74
Binary 11010010 1011111 1110000 0 110111 101111 10010 101011111 111000 111100

Color Harmonies of #D25F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F70

Black with #D25F70

Text Example


Text Example

White with #D25F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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