Html Css Color HEX #D93CAC Deep Cerise

📋 copy color: '#D93CAC'

red 217 ◦ green 60 ◦ blue 172

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

Shades of Deep Cerise #D93CAC

Tints of Deep Cerise #D93CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 48.33%
G = 13.36%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D93CAC (or 0xD93CAC) is known color: Deep Cerise. HEX triplet: D9, 3C and AC. RGB value is (217,60,172). Sum of RGB (Red+Green+Blue) = 217+60+172=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93CAC is #26C353. Grayscale: #777777. Windows color (decimal): -2540372 or 11287769. OLE color: 11287769.

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

Color convert

RGB 217 60 172 -
CMYK 0 0.72 0.21 0.15
HSL 317.2º 0.67% 0.54% -
HSV(B) 317.2º 0.72% 0.85% -
XYZ 37.68 20.96 41.09 -
YUV 119.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 217 60 172 0 0.72 0.21 0.15 317.2 0.67 0.54
Hex D9 3C AC 0 48 15 F 13D 43 36
Octal 331 74 254 0 110 25 17 475 103 66
Binary 11011001 111100 10101100 0 1001000 10101 1111 100111101 1000011 110110

Color Harmonies of #D93CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93CAC

Black with #D93CAC

Text Example


Text Example

White with #D93CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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