Html Css Color HEX #D93299 Deep Cerise

📋 copy color: '#D93299'

red 217 ◦ green 50 ◦ blue 153

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

Shades of Deep Cerise #D93299

Tints of Deep Cerise #D93299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 51.67%
G = 11.9%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D93299 (or 0xD93299) is known color: Deep Cerise. HEX triplet: D9, 32 and 99. RGB value is (217,50,153). Sum of RGB (Red+Green+Blue) = 217+50+153=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D93299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93299 is #26CD66. Grayscale: #6F6F6F. Windows color (decimal): -2542951 or 10040025. OLE color: 10040025.

HSL color Cylindrical-coordinate representation of color #D93299: hue angle of 322.99º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93299 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 153 -
CMYK 0 0.77 0.29 0.15
HSL 322.99º 0.69% 0.52% -
HSV(B) 322.99º 0.77% 0.85% -
XYZ 35.51 19.33 32 -
YUV 111.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 217 50 153 0 0.77 0.29 0.15 322.99 0.69 0.52
Hex D9 32 99 0 4D 1D F 143 45 34
Octal 331 62 231 0 115 35 17 503 105 64
Binary 11011001 110010 10011001 0 1001101 11101 1111 101000011 1000101 110100

Color Harmonies of #D93299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93299

Black with #D93299

Text Example


Text Example

White with #D93299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93299; }

 p { color: rgb(217,50,153); }

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

background-color css

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

 a { background-color: rgb(217,50,153); }

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

border-color css

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

 span { border-color: rgb(217,50,153); }

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