Html Css Color HEX #D63AA5 Deep Cerise

📋 copy color: '#D63AA5'

red 214 ◦ green 58 ◦ blue 165

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

Shades of Deep Cerise #D63AA5

Tints of Deep Cerise #D63AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.76%

R = 48.97%
G = 13.27%
B = 37.76%

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

#D63AA5 (or 0xD63AA5) is known color: Deep Cerise. HEX triplet: D6, 3A and A5. RGB value is (214,58,165). Sum of RGB (Red+Green+Blue) = 214+58+165=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AA5 is #29C55A. Grayscale: #747474. Windows color (decimal): -2737499 or 10828502. OLE color: 10828502.

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

Color convert

RGB 214 58 165 -
CMYK 0 0.73 0.23 0.16
HSL 318.85º 0.66% 0.53% -
HSV(B) 318.85º 0.73% 0.84% -
XYZ 36.04 20.04 37.57 -
YUV 116.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 214 58 165 0 0.73 0.23 0.16 318.85 0.66 0.53
Hex D6 3A A5 0 49 17 10 13F 42 35
Octal 326 72 245 0 111 27 20 477 102 65
Binary 11010110 111010 10100101 0 1001001 10111 10000 100111111 1000010 110101

Color Harmonies of #D63AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AA5

Black with #D63AA5

Text Example


Text Example

White with #D63AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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