Html Css Color HEX #D92694 Deep Cerise

📋 copy color: '#D92694'

red 217 ◦ green 38 ◦ blue 148

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

Shades of Deep Cerise #D92694

Tints of Deep Cerise #D92694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 53.85%
G = 9.43%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D92694 (or 0xD92694) is known color: Deep Cerise. HEX triplet: D9, 26 and 94. RGB value is (217,38,148). Sum of RGB (Red+Green+Blue) = 217+38+148=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D92694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92694 is #26D96B. Grayscale: #676767. Windows color (decimal): -2546028 or 9709273. OLE color: 9709273.

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

Color convert

RGB 217 38 148 -
CMYK 0 0.82 0.32 0.15
HSL 323.13º 0.7% 0.5% -
HSV(B) 323.13º 0.82% 0.85% -
XYZ 34.65 18.28 29.72 -
YUV 104.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 217 38 148 0 0.82 0.32 0.15 323.13 0.7 0.5
Hex D9 26 94 0 52 20 F 143 46 32
Octal 331 46 224 0 122 40 17 503 106 62
Binary 11011001 100110 10010100 0 1010010 100000 1111 101000011 1000110 110010

Color Harmonies of #D92694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92694

Black with #D92694

Text Example


Text Example

White with #D92694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92694; }

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

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

background-color css

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

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

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

border-color css

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

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

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