Html Css Color HEX #D93359 Cerise

📋 copy color: '#D93359'

red 217 ◦ green 51 ◦ blue 89

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

Shades of Cerise #D93359

Tints of Cerise #D93359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.29%

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

R = 60.78%
G = 14.29%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D93359 (or 0xD93359) is known color: Cerise. HEX triplet: D9, 33 and 59. RGB value is (217,51,89). Sum of RGB (Red+Green+Blue) = 217+51+89=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D93359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93359 is #26CCA6. Grayscale: #686868. Windows color (decimal): -2542759 or 5845977. OLE color: 5845977.

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

Color convert

RGB 217 51 89 -
CMYK 0 0.76 0.59 0.15
HSL 346.27º 0.69% 0.53% -
HSV(B) 346.27º 0.76% 0.85% -
XYZ 31.6 17.84 11.23 -
YUV 104.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 217 51 89 0 0.76 0.59 0.15 346.27 0.69 0.53
Hex D9 33 59 0 4C 3B F 15A 45 35
Octal 331 63 131 0 114 73 17 532 105 65
Binary 11011001 110011 1011001 0 1001100 111011 1111 101011010 1000101 110101

Color Harmonies of #D93359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93359

Black with #D93359

Text Example


Text Example

White with #D93359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93359; }

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

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

background-color css

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

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

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

border-color css

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

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

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