Html Css Color HEX #D63AA4 Deep Cerise

📋 copy color: '#D63AA4'

red 214 ◦ green 58 ◦ blue 164

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

Shades of Deep Cerise #D63AA4

Tints of Deep Cerise #D63AA4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

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

R = 49.08%
G = 13.3%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D63AA4 (or 0xD63AA4) is known color: Deep Cerise. HEX triplet: D6, 3A and A4. RGB value is (214,58,164). Sum of RGB (Red+Green+Blue) = 214+58+164=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AA4 is #29C55B. Grayscale: #747474. Windows color (decimal): -2737500 or 10762966. OLE color: 10762966.

HSL color Cylindrical-coordinate representation of color #D63AA4: hue angle of 319.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AA4 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 164 -
CMYK 0 0.73 0.23 0.16
HSL 319.23º 0.66% 0.53% -
HSV(B) 319.23º 0.73% 0.84% -
XYZ 35.95 20 37.09 -
YUV 116.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 214 58 164 0 0.73 0.23 0.16 319.23 0.66 0.53
Hex D6 3A A4 0 49 17 10 13F 42 35
Octal 326 72 244 0 111 27 20 477 102 65
Binary 11010110 111010 10100100 0 1001001 10111 10000 100111111 1000010 110101

Color Harmonies of #D63AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AA4

Black with #D63AA4

Text Example


Text Example

White with #D63AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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