Html Css Color HEX #D93C5A Cerise

📋 copy color: '#D93C5A'

red 217 ◦ green 60 ◦ blue 90

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

Shades of Cerise #D93C5A

Tints of Cerise #D93C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 59.13%
G = 16.35%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D93C5A (or 0xD93C5A) is known color: Cerise. HEX triplet: D9, 3C and 5A. RGB value is (217,60,90). Sum of RGB (Red+Green+Blue) = 217+60+90=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C5A is #26C3A5. Grayscale: #6E6E6E. Windows color (decimal): -2540454 or 5913817. OLE color: 5913817.

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

Color convert

RGB 217 60 90 -
CMYK 0 0.72 0.59 0.15
HSL 348.54º 0.67% 0.54% -
HSV(B) 348.54º 0.72% 0.85% -
XYZ 32.08 18.72 11.6 -
YUV 110.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 217 60 90 0 0.72 0.59 0.15 348.54 0.67 0.54
Hex D9 3C 5A 0 48 3B F 15D 43 36
Octal 331 74 132 0 110 73 17 535 103 66
Binary 11011001 111100 1011010 0 1001000 111011 1111 101011101 1000011 110110

Color Harmonies of #D93C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C5A

Black with #D93C5A

Text Example


Text Example

White with #D93C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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