Html Css Color HEX #D92D73 Cerise

📋 copy color: '#D92D73'

red 217 ◦ green 45 ◦ blue 115

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

Shades of Cerise #D92D73

Tints of Cerise #D92D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.94%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 57.56%
G = 11.94%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D92D73 (or 0xD92D73) is known color: Cerise. HEX triplet: D9, 2D and 73. RGB value is (217,45,115). Sum of RGB (Red+Green+Blue) = 217+45+115=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D73 is #26D28C. Grayscale: #686868. Windows color (decimal): -2544269 or 7548377. OLE color: 7548377.

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

Color convert

RGB 217 45 115 -
CMYK 0 0.79 0.47 0.15
HSL 335.58º 0.69% 0.51% -
HSV(B) 335.58º 0.79% 0.85% -
XYZ 32.65 17.87 17.95 -
YUV 104.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 217 45 115 0 0.79 0.47 0.15 335.58 0.69 0.51
Hex D9 2D 73 0 4F 2F F 150 45 33
Octal 331 55 163 0 117 57 17 520 105 63
Binary 11011001 101101 1110011 0 1001111 101111 1111 101010000 1000101 110011

Color Harmonies of #D92D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D73

Black with #D92D73

Text Example


Text Example

White with #D92D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D73; }

 p { color: rgb(217,45,115); }

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

background-color css

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

 a { background-color: rgb(217,45,115); }

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

border-color css

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

 span { border-color: rgb(217,45,115); }

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