Html Css Color HEX #D92573 Cerise

📋 copy color: '#D92573'

red 217 ◦ green 37 ◦ blue 115

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

Shades of Cerise #D92573

Tints of Cerise #D92573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.03%

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

R = 58.81%
G = 10.03%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D92573 (or 0xD92573) is known color: Cerise. HEX triplet: D9, 25 and 73. RGB value is (217,37,115). Sum of RGB (Red+Green+Blue) = 217+37+115=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D92573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92573 is #26DA8C. Grayscale: #636363. Windows color (decimal): -2546317 or 7546329. OLE color: 7546329.

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

Color convert

RGB 217 37 115 -
CMYK 0 0.83 0.47 0.15
HSL 334º 0.71% 0.5% -
HSV(B) 334º 0.83% 0.85% -
XYZ 32.37 17.31 17.86 -
YUV 99.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 217 37 115 0 0.83 0.47 0.15 334 0.71 0.5
Hex D9 25 73 0 53 2F F 14E 47 32
Octal 331 45 163 0 123 57 17 516 107 62
Binary 11011001 100101 1110011 0 1010011 101111 1111 101001110 1000111 110010

Color Harmonies of #D92573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92573

Black with #D92573

Text Example


Text Example

White with #D92573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92573; }

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

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

background-color css

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

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

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

border-color css

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

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

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