Html Css Color HEX #D93692 Deep Cerise

📋 copy color: '#D93692'

red 217 ◦ green 54 ◦ blue 146

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

Shades of Deep Cerise #D93692

Tints of Deep Cerise #D93692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.95%

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

R = 52.04%
G = 12.95%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93692 (or 0xD93692) is known color: Deep Cerise. HEX triplet: D9, 36 and 92. RGB value is (217,54,146). Sum of RGB (Red+Green+Blue) = 217+54+146=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D93692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93692 is #26C96D. Grayscale: #717171. Windows color (decimal): -2541934 or 9582297. OLE color: 9582297.

HSL color Cylindrical-coordinate representation of color #D93692: hue angle of 326.13º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93692 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 146 -
CMYK 0 0.75 0.33 0.15
HSL 326.14º 0.68% 0.53% -
HSV(B) 326.14º 0.75% 0.85% -
XYZ 35.12 19.47 29.1 -
YUV 113.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 217 54 146 0 0.75 0.33 0.15 326.14 0.68 0.53
Hex D9 36 92 0 4B 21 F 146 44 35
Octal 331 66 222 0 113 41 17 506 104 65
Binary 11011001 110110 10010010 0 1001011 100001 1111 101000110 1000100 110101

Color Harmonies of #D93692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93692

Black with #D93692

Text Example


Text Example

White with #D93692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93692; }

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

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

background-color css

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

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

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

border-color css

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

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

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