Html Css Color HEX #D93CA4 Deep Cerise

📋 copy color: '#D93CA4'

red 217 ◦ green 60 ◦ blue 164

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

Shades of Deep Cerise #D93CA4

Tints of Deep Cerise #D93CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 49.21%
G = 13.61%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D93CA4 (or 0xD93CA4) is known color: Deep Cerise. HEX triplet: D9, 3C and A4. RGB value is (217,60,164). Sum of RGB (Red+Green+Blue) = 217+60+164=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93CA4 is #26C35B. Grayscale: #767676. Windows color (decimal): -2540380 or 10763481. OLE color: 10763481.

HSL color Cylindrical-coordinate representation of color #D93CA4: hue angle of 320.25º 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 #D93CA4 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 60 164 -
CMYK 0 0.72 0.24 0.15
HSL 320.25º 0.67% 0.54% -
HSV(B) 320.25º 0.72% 0.85% -
XYZ 36.93 20.66 37.16 -
YUV 118.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 217 60 164 0 0.72 0.24 0.15 320.25 0.67 0.54
Hex D9 3C A4 0 48 18 F 140 43 36
Octal 331 74 244 0 110 30 17 500 103 66
Binary 11011001 111100 10100100 0 1001000 11000 1111 101000000 1000011 110110

Color Harmonies of #D93CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93CA4

Black with #D93CA4

Text Example


Text Example

White with #D93CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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