Html Css Color HEX #D93063 Cerise

📋 copy color: '#D93063'

red 217 ◦ green 48 ◦ blue 99

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

Shades of Cerise #D93063

Tints of Cerise #D93063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.2%

R = 59.62%
G = 13.19%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D93063 (or 0xD93063) is known color: Cerise. HEX triplet: D9, 30 and 63. RGB value is (217,48,99). Sum of RGB (Red+Green+Blue) = 217+48+99=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D93063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93063 is #26CF9C. Grayscale: #686868. Windows color (decimal): -2543517 or 6500569. OLE color: 6500569.

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

Color convert

RGB 217 48 99 -
CMYK 0 0.78 0.54 0.15
HSL 341.89º 0.69% 0.52% -
HSV(B) 341.89º 0.78% 0.85% -
XYZ 31.92 17.77 13.55 -
YUV 104.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 217 48 99 0 0.78 0.54 0.15 341.89 0.69 0.52
Hex D9 30 63 0 4E 36 F 156 45 34
Octal 331 60 143 0 116 66 17 526 105 64
Binary 11011001 110000 1100011 0 1001110 110110 1111 101010110 1000101 110100

Color Harmonies of #D93063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93063

Black with #D93063

Text Example


Text Example

White with #D93063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93063; }

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

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

background-color css

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

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

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

border-color css

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

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

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