Html Css Color HEX #D92B72 Cerise

📋 copy color: '#D92B72'

red 217 ◦ green 43 ◦ blue 114

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

Shades of Cerise #D92B72

Tints of Cerise #D92B72

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.5%

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 58.02%
G = 11.5%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D92B72 (or 0xD92B72) is known color: Cerise. HEX triplet: D9, 2B and 72. RGB value is (217,43,114). Sum of RGB (Red+Green+Blue) = 217+43+114=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B72 is #26D48D. Grayscale: #676767. Windows color (decimal): -2544782 or 7482329. OLE color: 7482329.

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

Color convert

RGB 217 43 114 -
CMYK 0 0.80 0.47 0.15
HSL 335.52º 0.7% 0.51% -
HSV(B) 335.52º 0.8% 0.85% -
XYZ 32.52 17.69 17.62 -
YUV 103.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 217 43 114 0 0.80 0.47 0.15 335.52 0.7 0.51
Hex D9 2B 72 0 50 2F F 150 46 33
Octal 331 53 162 0 120 57 17 520 106 63
Binary 11011001 101011 1110010 0 1010000 101111 1111 101010000 1000110 110011

Color Harmonies of #D92B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B72

Black with #D92B72

Text Example


Text Example

White with #D92B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B72; }

 p { color: rgb(217,43,114); }

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

background-color css

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

 a { background-color: rgb(217,43,114); }

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

border-color css

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

 span { border-color: rgb(217,43,114); }

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