Html Css Color HEX #D93485 Deep Cerise

📋 copy color: '#D93485'

red 217 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #D93485

Tints of Deep Cerise #D93485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 53.98%
G = 12.94%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D93485 (or 0xD93485) is known color: Deep Cerise. HEX triplet: D9, 34 and 85. RGB value is (217,52,133). Sum of RGB (Red+Green+Blue) = 217+52+133=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D93485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93485 is #26CB7A. Grayscale: #6E6E6E. Windows color (decimal): -2542459 or 8729817. OLE color: 8729817.

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

Color convert

RGB 217 52 133 -
CMYK 0 0.76 0.39 0.15
HSL 330.55º 0.68% 0.53% -
HSV(B) 330.55º 0.76% 0.85% -
XYZ 34.08 18.9 24.04 -
YUV 110.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 217 52 133 0 0.76 0.39 0.15 330.55 0.68 0.53
Hex D9 34 85 0 4C 27 F 14B 44 35
Octal 331 64 205 0 114 47 17 513 104 65
Binary 11011001 110100 10000101 0 1001100 100111 1111 101001011 1000100 110101

Color Harmonies of #D93485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93485

Black with #D93485

Text Example


Text Example

White with #D93485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93485; }

 p { color: rgb(217,52,133); }

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

background-color css

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

 a { background-color: rgb(217,52,133); }

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

border-color css

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

 span { border-color: rgb(217,52,133); }

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