Html Css Color HEX #D92870 Cerise

📋 copy color: '#D92870'

red 217 ◦ green 40 ◦ blue 112

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

Shades of Cerise #D92870

Tints of Cerise #D92870

RGB

 RED value IS 217 (85.16% from 255) = 58.81%

 GREEN value IS 40 (16.02% from 255) = 10.84%

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

R = 58.81%
G = 10.84%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D92870 (or 0xD92870) is known color: Cerise. HEX triplet: D9, 28 and 70. RGB value is (217,40,112). Sum of RGB (Red+Green+Blue) = 217+40+112=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D92870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92870 is #26D78F. Grayscale: #656565. Windows color (decimal): -2545552 or 7350489. OLE color: 7350489.

HSL color Cylindrical-coordinate representation of color #D92870: hue angle of 335.59º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92870 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 112 -
CMYK 0 0.82 0.48 0.15
HSL 335.59º 0.7% 0.5% -
HSV(B) 335.59º 0.82% 0.85% -
XYZ 32.3 17.44 16.99 -
YUV 101.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 217 40 112 0 0.82 0.48 0.15 335.59 0.7 0.5
Hex D9 28 70 0 52 30 F 150 46 32
Octal 331 50 160 0 122 60 17 520 106 62
Binary 11011001 101000 1110000 0 1010010 110000 1111 101010000 1000110 110010

Color Harmonies of #D92870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92870

Black with #D92870

Text Example


Text Example

White with #D92870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92870; }

 p { color: rgb(217,40,112); }

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

background-color css

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

 a { background-color: rgb(217,40,112); }

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

border-color css

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

 span { border-color: rgb(217,40,112); }

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