Html Css Color HEX #D63DA2 Deep Cerise

📋 copy color: '#D63DA2'

red 214 ◦ green 61 ◦ blue 162

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

Shades of Deep Cerise #D63DA2

Tints of Deep Cerise #D63DA2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.96%

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

R = 48.97%
G = 13.96%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D63DA2 (or 0xD63DA2) is known color: Deep Cerise. HEX triplet: D6, 3D and A2. RGB value is (214,61,162). Sum of RGB (Red+Green+Blue) = 214+61+162=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DA2 is #29C25D. Grayscale: #767676. Windows color (decimal): -2736734 or 10632662. OLE color: 10632662.

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

Color convert

RGB 214 61 162 -
CMYK 0 0.71 0.24 0.16
HSL 320.39º 0.65% 0.54% -
HSV(B) 320.39º 0.71% 0.84% -
XYZ 35.92 20.24 36.2 -
YUV 118.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 214 61 162 0 0.71 0.24 0.16 320.39 0.65 0.54
Hex D6 3D A2 0 47 18 10 140 41 36
Octal 326 75 242 0 107 30 20 500 101 66
Binary 11010110 111101 10100010 0 1000111 11000 10000 101000000 1000001 110110

Color Harmonies of #D63DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DA2

Black with #D63DA2

Text Example


Text Example

White with #D63DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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