Html Css Color HEX #D93BAC Deep Cerise

📋 copy color: '#D93BAC'

red 217 ◦ green 59 ◦ blue 172

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

Shades of Deep Cerise #D93BAC

Tints of Deep Cerise #D93BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.17%

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

R = 48.44%
G = 13.17%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D93BAC (or 0xD93BAC) is known color: Deep Cerise. HEX triplet: D9, 3B and AC. RGB value is (217,59,172). Sum of RGB (Red+Green+Blue) = 217+59+172=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93BAC is #26C453. Grayscale: #767676. Windows color (decimal): -2540628 or 11287513. OLE color: 11287513.

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

Color convert

RGB 217 59 172 -
CMYK 0 0.73 0.21 0.15
HSL 317.09º 0.68% 0.54% -
HSV(B) 317.09º 0.73% 0.85% -
XYZ 37.63 20.86 41.07 -
YUV 119.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 217 59 172 0 0.73 0.21 0.15 317.09 0.68 0.54
Hex D9 3B AC 0 49 15 F 13D 44 36
Octal 331 73 254 0 111 25 17 475 104 66
Binary 11011001 111011 10101100 0 1001001 10101 1111 100111101 1000100 110110

Color Harmonies of #D93BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93BAC

Black with #D93BAC

Text Example


Text Example

White with #D93BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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