Html Css Color HEX #D93075 Deep Cerise

📋 copy color: '#D93075'

red 217 ◦ green 48 ◦ blue 117

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

Shades of Deep Cerise #D93075

Tints of Deep Cerise #D93075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 56.81%
G = 12.57%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D93075 (or 0xD93075) is known color: Deep Cerise. HEX triplet: D9, 30 and 75. RGB value is (217,48,117). Sum of RGB (Red+Green+Blue) = 217+48+117=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D93075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93075 is #26CF8A. Grayscale: #6A6A6A. Windows color (decimal): -2543499 or 7680217. OLE color: 7680217.

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

Color convert

RGB 217 48 117 -
CMYK 0 0.78 0.46 0.15
HSL 335.5º 0.69% 0.52% -
HSV(B) 335.5º 0.78% 0.85% -
XYZ 32.88 18.15 18.6 -
YUV 106.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 217 48 117 0 0.78 0.46 0.15 335.5 0.69 0.52
Hex D9 30 75 0 4E 2E F 150 45 34
Octal 331 60 165 0 116 56 17 520 105 64
Binary 11011001 110000 1110101 0 1001110 101110 1111 101010000 1000101 110100

Color Harmonies of #D93075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93075

Black with #D93075

Text Example


Text Example

White with #D93075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93075; }

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

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

background-color css

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

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

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

border-color css

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

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

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