Html Css Color HEX #D63AA7 Deep Cerise

📋 copy color: '#D63AA7'

red 214 ◦ green 58 ◦ blue 167

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

Shades of Deep Cerise #D63AA7

Tints of Deep Cerise #D63AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.04%

R = 48.75%
G = 13.21%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D63AA7 (or 0xD63AA7) is known color: Deep Cerise. HEX triplet: D6, 3A and A7. RGB value is (214,58,167). Sum of RGB (Red+Green+Blue) = 214+58+167=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AA7 is #29C558. Grayscale: #747474. Windows color (decimal): -2737497 or 10959574. OLE color: 10959574.

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

Color convert

RGB 214 58 167 -
CMYK 0 0.73 0.22 0.16
HSL 318.08º 0.66% 0.53% -
HSV(B) 318.08º 0.73% 0.84% -
XYZ 36.22 20.11 38.53 -
YUV 117.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 214 58 167 0 0.73 0.22 0.16 318.08 0.66 0.53
Hex D6 3A A7 0 49 16 10 13E 42 35
Octal 326 72 247 0 111 26 20 476 102 65
Binary 11010110 111010 10100111 0 1001001 10110 10000 100111110 1000010 110101

Color Harmonies of #D63AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AA7

Black with #D63AA7

Text Example


Text Example

White with #D63AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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