Html Css Color HEX #D93E5A Cerise

📋 copy color: '#D93E5A'

red 217 ◦ green 62 ◦ blue 90

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

Shades of Cerise #D93E5A

Tints of Cerise #D93E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 58.81%
G = 16.8%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D93E5A (or 0xD93E5A) is known color: Cerise. HEX triplet: D9, 3E and 5A. RGB value is (217,62,90). Sum of RGB (Red+Green+Blue) = 217+62+90=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93E5A is #26C1A5. Grayscale: #6F6F6F. Windows color (decimal): -2539942 or 5914329. OLE color: 5914329.

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

Color convert

RGB 217 62 90 -
CMYK 0 0.71 0.59 0.15
HSL 349.16º 0.67% 0.55% -
HSV(B) 349.16º 0.71% 0.85% -
XYZ 32.18 18.94 11.63 -
YUV 111.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 217 62 90 0 0.71 0.59 0.15 349.16 0.67 0.55
Hex D9 3E 5A 0 47 3B F 15D 43 37
Octal 331 76 132 0 107 73 17 535 103 67
Binary 11011001 111110 1011010 0 1000111 111011 1111 101011101 1000011 110111

Color Harmonies of #D93E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93E5A

Black with #D93E5A

Text Example


Text Example

White with #D93E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93E5A; }

 p { color: rgb(217,62,90); }

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

background-color css

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

 a { background-color: rgb(217,62,90); }

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

border-color css

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

 span { border-color: rgb(217,62,90); }

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