Html Css Color HEX #D63491 Deep Cerise

📋 copy color: '#D63491'

red 214 ◦ green 52 ◦ blue 145

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

Shades of Deep Cerise #D63491

Tints of Deep Cerise #D63491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

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

R = 52.07%
G = 12.65%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D63491 (or 0xD63491) is known color: Deep Cerise. HEX triplet: D6, 34 and 91. RGB value is (214,52,145). Sum of RGB (Red+Green+Blue) = 214+52+145=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D63491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63491 is #29CB6E. Grayscale: #6E6E6E. Windows color (decimal): -2739055 or 9516246. OLE color: 9516246.

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

Color convert

RGB 214 52 145 -
CMYK 0 0.76 0.32 0.16
HSL 325.56º 0.66% 0.52% -
HSV(B) 325.56º 0.76% 0.84% -
XYZ 34.07 18.8 28.62 -
YUV 111.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 214 52 145 0 0.76 0.32 0.16 325.56 0.66 0.52
Hex D6 34 91 0 4C 20 10 146 42 34
Octal 326 64 221 0 114 40 20 506 102 64
Binary 11010110 110100 10010001 0 1001100 100000 10000 101000110 1000010 110100

Color Harmonies of #D63491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63491

Black with #D63491

Text Example


Text Example

White with #D63491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63491; }

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

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

background-color css

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

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

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

border-color css

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

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

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