Html Css Color HEX #D63BA2 Deep Cerise

📋 copy color: '#D63BA2'

red 214 ◦ green 59 ◦ blue 162

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

Shades of Deep Cerise #D63BA2

Tints of Deep Cerise #D63BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 49.2%
G = 13.56%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D63BA2 (or 0xD63BA2) is known color: Deep Cerise. HEX triplet: D6, 3B and A2. RGB value is (214,59,162). Sum of RGB (Red+Green+Blue) = 214+59+162=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63BA2 is #29C45D. Grayscale: #747474. Windows color (decimal): -2737246 or 10632150. OLE color: 10632150.

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

Color convert

RGB 214 59 162 -
CMYK 0 0.72 0.24 0.16
HSL 320.13º 0.65% 0.54% -
HSV(B) 320.13º 0.72% 0.84% -
XYZ 35.82 20.03 36.16 -
YUV 117.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 214 59 162 0 0.72 0.24 0.16 320.13 0.65 0.54
Hex D6 3B A2 0 48 18 10 140 41 36
Octal 326 73 242 0 110 30 20 500 101 66
Binary 11010110 111011 10100010 0 1001000 11000 10000 101000000 1000001 110110

Color Harmonies of #D63BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BA2

Black with #D63BA2

Text Example


Text Example

White with #D63BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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