Html Css Color HEX #D92698 Deep Cerise

📋 copy color: '#D92698'

red 217 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #D92698

Tints of Deep Cerise #D92698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.34%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 53.32%
G = 9.34%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D92698 (or 0xD92698) is known color: Deep Cerise. HEX triplet: D9, 26 and 98. RGB value is (217,38,152). Sum of RGB (Red+Green+Blue) = 217+38+152=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D92698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92698 is #26D967. Grayscale: #686868. Windows color (decimal): -2546024 or 9971417. OLE color: 9971417.

HSL color Cylindrical-coordinate representation of color #D92698: hue angle of 321.79º 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 #D92698 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 38 152 -
CMYK 0 0.82 0.30 0.15
HSL 321.79º 0.7% 0.5% -
HSV(B) 321.79º 0.82% 0.85% -
XYZ 34.98 18.4 31.41 -
YUV 104.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 217 38 152 0 0.82 0.30 0.15 321.79 0.7 0.5
Hex D9 26 98 0 52 1E F 142 46 32
Octal 331 46 230 0 122 36 17 502 106 62
Binary 11011001 100110 10011000 0 1010010 11110 1111 101000010 1000110 110010

Color Harmonies of #D92698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92698

Black with #D92698

Text Example


Text Example

White with #D92698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92698; }

 p { color: rgb(217,38,152); }

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

background-color css

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

 a { background-color: rgb(217,38,152); }

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

border-color css

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

 span { border-color: rgb(217,38,152); }

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