Html Css Color HEX #D25270 Cabaret

📋 copy color: '#D25270'

red 210 ◦ green 82 ◦ blue 112

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

Shades of Cabaret #D25270

Tints of Cabaret #D25270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

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

R = 51.98%
G = 20.3%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D25270 (or 0xD25270) is known color: Cabaret. HEX triplet: D2, 52 and 70. RGB value is (210,82,112). Sum of RGB (Red+Green+Blue) = 210+82+112=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D25270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25270 is #2DAD8F. Grayscale: #7B7B7B. Windows color (decimal): -2993552 or 7361234. OLE color: 7361234.

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

Color convert

RGB 210 82 112 -
CMYK 0 0.61 0.47 0.18
HSL 345.94º 0.59% 0.57% -
HSV(B) 345.94º 0.61% 0.82% -
XYZ 32.52 20.91 17.65 -
YUV 123.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 210 82 112 0 0.61 0.47 0.18 345.94 0.59 0.57
Hex D2 52 70 0 3D 2F 12 15A 3B 39
Octal 322 122 160 0 75 57 22 532 73 71
Binary 11010010 1010010 1110000 0 111101 101111 10010 101011010 111011 111001

Color Harmonies of #D25270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25270

Black with #D25270

Text Example


Text Example

White with #D25270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25270; }

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

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

background-color css

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

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

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

border-color css

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

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

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