Html Css Color HEX #D63BAB Deep Cerise

📋 copy color: '#D63BAB'

red 214 ◦ green 59 ◦ blue 171

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

Shades of Deep Cerise #D63BAB

Tints of Deep Cerise #D63BAB

RGB

 RED value IS 214 (83.98% from 255) = 48.2%

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 48.2%
G = 13.29%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D63BAB (or 0xD63BAB) is known color: Deep Cerise. HEX triplet: D6, 3B and AB. RGB value is (214,59,171). Sum of RGB (Red+Green+Blue) = 214+59+171=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63BAB is #29C454. Grayscale: #757575. Windows color (decimal): -2737237 or 11221974. OLE color: 11221974.

HSL color Cylindrical-coordinate representation of color #D63BAB: hue angle of 316.65º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63BAB is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 59 171 -
CMYK 0 0.72 0.20 0.16
HSL 316.65º 0.65% 0.54% -
HSV(B) 316.65º 0.72% 0.84% -
XYZ 36.65 20.36 40.53 -
YUV 118.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 214 59 171 0 0.72 0.20 0.16 316.65 0.65 0.54
Hex D6 3B AB 0 48 14 10 13D 41 36
Octal 326 73 253 0 110 24 20 475 101 66
Binary 11010110 111011 10101011 0 1001000 10100 10000 100111101 1000001 110110

Color Harmonies of #D63BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BAB

Black with #D63BAB

Text Example


Text Example

White with #D63BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BAB; }

 p { color: rgb(214,59,171); }

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

background-color css

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

 a { background-color: rgb(214,59,171); }

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

border-color css

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

 span { border-color: rgb(214,59,171); }

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