Html Css Color HEX #D92F70 Cerise

📋 copy color: '#D92F70'

red 217 ◦ green 47 ◦ blue 112

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

Shades of Cerise #D92F70

Tints of Cerise #D92F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.5%

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

R = 57.71%
G = 12.5%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D92F70 (or 0xD92F70) is known color: Cerise. HEX triplet: D9, 2F and 70. RGB value is (217,47,112). Sum of RGB (Red+Green+Blue) = 217+47+112=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F70 is #26D08F. Grayscale: #696969. Windows color (decimal): -2543760 or 7352281. OLE color: 7352281.

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

Color convert

RGB 217 47 112 -
CMYK 0 0.78 0.48 0.15
HSL 337.06º 0.69% 0.52% -
HSV(B) 337.06º 0.78% 0.85% -
XYZ 32.56 17.95 17.08 -
YUV 105.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 217 47 112 0 0.78 0.48 0.15 337.06 0.69 0.52
Hex D9 2F 70 0 4E 30 F 151 45 34
Octal 331 57 160 0 116 60 17 521 105 64
Binary 11011001 101111 1110000 0 1001110 110000 1111 101010001 1000101 110100

Color Harmonies of #D92F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F70

Black with #D92F70

Text Example


Text Example

White with #D92F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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