Html Css Color HEX #D93078 Deep Cerise

📋 copy color: '#D93078'

red 217 ◦ green 48 ◦ blue 120

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

Shades of Deep Cerise #D93078

Tints of Deep Cerise #D93078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 56.36%
G = 12.47%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D93078 (or 0xD93078) is known color: Deep Cerise. HEX triplet: D9, 30 and 78. RGB value is (217,48,120). Sum of RGB (Red+Green+Blue) = 217+48+120=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D93078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93078 is #26CF87. Grayscale: #6A6A6A. Windows color (decimal): -2543496 or 7876825. OLE color: 7876825.

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

Color convert

RGB 217 48 120 -
CMYK 0 0.78 0.45 0.15
HSL 334.44º 0.69% 0.52% -
HSV(B) 334.44º 0.78% 0.85% -
XYZ 33.06 18.22 19.54 -
YUV 106.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 217 48 120 0 0.78 0.45 0.15 334.44 0.69 0.52
Hex D9 30 78 0 4E 2D F 14E 45 34
Octal 331 60 170 0 116 55 17 516 105 64
Binary 11011001 110000 1111000 0 1001110 101101 1111 101001110 1000101 110100

Color Harmonies of #D93078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93078

Black with #D93078

Text Example


Text Example

White with #D93078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93078; }

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

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

background-color css

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

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

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

border-color css

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

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

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