Html Css Color HEX #D63DA4 Deep Cerise

📋 copy color: '#D63DA4'

red 214 ◦ green 61 ◦ blue 164

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

Shades of Deep Cerise #D63DA4

Tints of Deep Cerise #D63DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.36%

R = 48.75%
G = 13.9%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D63DA4 (or 0xD63DA4) is known color: Deep Cerise. HEX triplet: D6, 3D and A4. RGB value is (214,61,164). Sum of RGB (Red+Green+Blue) = 214+61+164=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DA4 is #29C25B. Grayscale: #767676. Windows color (decimal): -2736732 or 10763734. OLE color: 10763734.

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

Color convert

RGB 214 61 164 -
CMYK 0 0.71 0.23 0.16
HSL 319.61º 0.65% 0.54% -
HSV(B) 319.61º 0.71% 0.84% -
XYZ 36.1 20.31 37.14 -
YUV 118.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 214 61 164 0 0.71 0.23 0.16 319.61 0.65 0.54
Hex D6 3D A4 0 47 17 10 140 41 36
Octal 326 75 244 0 107 27 20 500 101 66
Binary 11010110 111101 10100100 0 1000111 10111 10000 101000000 1000001 110110

Color Harmonies of #D63DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DA4

Black with #D63DA4

Text Example


Text Example

White with #D63DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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