Html Css Color HEX #D93084 Deep Cerise

📋 copy color: '#D93084'

red 217 ◦ green 48 ◦ blue 132

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

Shades of Deep Cerise #D93084

Tints of Deep Cerise #D93084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.09%

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 54.66%
G = 12.09%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D93084 (or 0xD93084) is known color: Deep Cerise. HEX triplet: D9, 30 and 84. RGB value is (217,48,132). Sum of RGB (Red+Green+Blue) = 217+48+132=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D93084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93084 is #26CF7B. Grayscale: #6B6B6B. Windows color (decimal): -2543484 or 8663257. OLE color: 8663257.

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

Color convert

RGB 217 48 132 -
CMYK 0 0.78 0.39 0.15
HSL 330.18º 0.69% 0.52% -
HSV(B) 330.18º 0.78% 0.85% -
XYZ 33.84 18.53 23.62 -
YUV 108.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 217 48 132 0 0.78 0.39 0.15 330.18 0.69 0.52
Hex D9 30 84 0 4E 27 F 14A 45 34
Octal 331 60 204 0 116 47 17 512 105 64
Binary 11011001 110000 10000100 0 1001110 100111 1111 101001010 1000101 110100

Color Harmonies of #D93084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93084

Black with #D93084

Text Example


Text Example

White with #D93084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93084; }

 p { color: rgb(217,48,132); }

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

background-color css

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

 a { background-color: rgb(217,48,132); }

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

border-color css

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

 span { border-color: rgb(217,48,132); }

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