Html Css Color HEX #D93D5A Cerise

📋 copy color: '#D93D5A'

red 217 ◦ green 61 ◦ blue 90

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

Shades of Cerise #D93D5A

Tints of Cerise #D93D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

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

R = 58.97%
G = 16.58%
B = 24.46%

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

#D93D5A (or 0xD93D5A) is known color: Cerise. HEX triplet: D9, 3D and 5A. RGB value is (217,61,90). Sum of RGB (Red+Green+Blue) = 217+61+90=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D5A is #26C2A5. Grayscale: #6E6E6E. Windows color (decimal): -2540198 or 5914073. OLE color: 5914073.

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

Color convert

RGB 217 61 90 -
CMYK 0 0.72 0.59 0.15
HSL 348.85º 0.67% 0.55% -
HSV(B) 348.85º 0.72% 0.85% -
XYZ 32.13 18.83 11.61 -
YUV 110.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 217 61 90 0 0.72 0.59 0.15 348.85 0.67 0.55
Hex D9 3D 5A 0 48 3B F 15D 43 37
Octal 331 75 132 0 110 73 17 535 103 67
Binary 11011001 111101 1011010 0 1001000 111011 1111 101011101 1000011 110111

Color Harmonies of #D93D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D5A

Black with #D93D5A

Text Example


Text Example

White with #D93D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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