Html Css Color HEX #D63791 Deep Cerise

📋 copy color: '#D63791'

red 214 ◦ green 55 ◦ blue 145

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

Shades of Deep Cerise #D63791

Tints of Deep Cerise #D63791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.29%

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 51.69%
G = 13.29%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D63791 (or 0xD63791) is known color: Deep Cerise. HEX triplet: D6, 37 and 91. RGB value is (214,55,145). Sum of RGB (Red+Green+Blue) = 214+55+145=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D63791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63791 is #29C86E. Grayscale: #707070. Windows color (decimal): -2738287 or 9517014. OLE color: 9517014.

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

Color convert

RGB 214 55 145 -
CMYK 0 0.74 0.32 0.16
HSL 326.04º 0.66% 0.53% -
HSV(B) 326.04º 0.74% 0.84% -
XYZ 34.21 19.07 28.67 -
YUV 112.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 214 55 145 0 0.74 0.32 0.16 326.04 0.66 0.53
Hex D6 37 91 0 4A 20 10 146 42 35
Octal 326 67 221 0 112 40 20 506 102 65
Binary 11010110 110111 10010001 0 1001010 100000 10000 101000110 1000010 110101

Color Harmonies of #D63791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63791

Black with #D63791

Text Example


Text Example

White with #D63791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63791; }

 p { color: rgb(214,55,145); }

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

background-color css

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

 a { background-color: rgb(214,55,145); }

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

border-color css

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

 span { border-color: rgb(214,55,145); }

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