Html Css Color HEX #D92696 Deep Cerise

📋 copy color: '#D92696'

red 217 ◦ green 38 ◦ blue 150

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

Shades of Deep Cerise #D92696

Tints of Deep Cerise #D92696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.04%

R = 53.58%
G = 9.38%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D92696 (or 0xD92696) is known color: Deep Cerise. HEX triplet: D9, 26 and 96. RGB value is (217,38,150). Sum of RGB (Red+Green+Blue) = 217+38+150=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D92696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92696 is #26D969. Grayscale: #686868. Windows color (decimal): -2546026 or 9840345. OLE color: 9840345.

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

Color convert

RGB 217 38 150 -
CMYK 0 0.82 0.31 0.15
HSL 322.46º 0.7% 0.5% -
HSV(B) 322.46º 0.82% 0.85% -
XYZ 34.81 18.34 30.56 -
YUV 104.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 217 38 150 0 0.82 0.31 0.15 322.46 0.7 0.5
Hex D9 26 96 0 52 1F F 142 46 32
Octal 331 46 226 0 122 37 17 502 106 62
Binary 11011001 100110 10010110 0 1010010 11111 1111 101000010 1000110 110010

Color Harmonies of #D92696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92696

Black with #D92696

Text Example


Text Example

White with #D92696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92696; }

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

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

background-color css

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

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

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

border-color css

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

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

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