Html Css Color HEX #D93059 Cerise

📋 copy color: '#D93059'

red 217 ◦ green 48 ◦ blue 89

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

Shades of Cerise #D93059

Tints of Cerise #D93059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.14%

R = 61.3%
G = 13.56%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D93059 (or 0xD93059) is known color: Cerise. HEX triplet: D9, 30 and 59. RGB value is (217,48,89). Sum of RGB (Red+Green+Blue) = 217+48+89=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D93059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93059 is #26CFA6. Grayscale: #676767. Windows color (decimal): -2543527 or 5845209. OLE color: 5845209.

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

Color convert

RGB 217 48 89 -
CMYK 0 0.78 0.59 0.15
HSL 345.44º 0.69% 0.52% -
HSV(B) 345.44º 0.78% 0.85% -
XYZ 31.48 17.59 11.19 -
YUV 103.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 217 48 89 0 0.78 0.59 0.15 345.44 0.69 0.52
Hex D9 30 59 0 4E 3B F 159 45 34
Octal 331 60 131 0 116 73 17 531 105 64
Binary 11011001 110000 1011001 0 1001110 111011 1111 101011001 1000101 110100

Color Harmonies of #D93059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93059

Black with #D93059

Text Example


Text Example

White with #D93059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93059; }

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

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

background-color css

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

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

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

border-color css

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

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

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