Html Css Color HEX #D63BAA Deep Cerise

📋 copy color: '#D63BAA'

red 214 ◦ green 59 ◦ blue 170

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

Shades of Deep Cerise #D63BAA

Tints of Deep Cerise #D63BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 48.31%
G = 13.32%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D63BAA (or 0xD63BAA) is known color: Deep Cerise. HEX triplet: D6, 3B and AA. RGB value is (214,59,170). Sum of RGB (Red+Green+Blue) = 214+59+170=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63BAA is #29C455. Grayscale: #757575. Windows color (decimal): -2737238 or 11156438. OLE color: 11156438.

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

Color convert

RGB 214 59 170 -
CMYK 0 0.72 0.21 0.16
HSL 317.03º 0.65% 0.54% -
HSV(B) 317.03º 0.72% 0.84% -
XYZ 36.55 20.33 40.03 -
YUV 118 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 214 59 170 0 0.72 0.21 0.16 317.03 0.65 0.54
Hex D6 3B AA 0 48 15 10 13D 41 36
Octal 326 73 252 0 110 25 20 475 101 66
Binary 11010110 111011 10101010 0 1001000 10101 10000 100111101 1000001 110110

Color Harmonies of #D63BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BAA

Black with #D63BAA

Text Example


Text Example

White with #D63BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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