Html Css Color HEX #D92692 Deep Cerise

📋 copy color: '#D92692'

red 217 ◦ green 38 ◦ blue 146

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

Shades of Deep Cerise #D92692

Tints of Deep Cerise #D92692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 54.11%
G = 9.48%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D92692 (or 0xD92692) is known color: Deep Cerise. HEX triplet: D9, 26 and 92. RGB value is (217,38,146). Sum of RGB (Red+Green+Blue) = 217+38+146=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D92692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92692 is #26D96D. Grayscale: #676767. Windows color (decimal): -2546030 or 9578201. OLE color: 9578201.

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

Color convert

RGB 217 38 146 -
CMYK 0 0.82 0.33 0.15
HSL 323.8º 0.7% 0.5% -
HSV(B) 323.8º 0.82% 0.85% -
XYZ 34.5 18.21 28.89 -
YUV 103.83 151.8 208.72 -
System Red Green Blue C M Y K H S L
Decimal 217 38 146 0 0.82 0.33 0.15 323.8 0.7 0.5
Hex D9 26 92 0 52 21 F 144 46 32
Octal 331 46 222 0 122 41 17 504 106 62
Binary 11011001 100110 10010010 0 1010010 100001 1111 101000100 1000110 110010

Color Harmonies of #D92692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92692

Black with #D92692

Text Example


Text Example

White with #D92692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92692; }

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

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

background-color css

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

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

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

border-color css

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

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

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