Html Css Color HEX #D63497 Deep Cerise

📋 copy color: '#D63497'

red 214 ◦ green 52 ◦ blue 151

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

Shades of Deep Cerise #D63497

Tints of Deep Cerise #D63497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.21%

R = 51.32%
G = 12.47%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D63497 (or 0xD63497) is known color: Deep Cerise. HEX triplet: D6, 34 and 97. RGB value is (214,52,151). Sum of RGB (Red+Green+Blue) = 214+52+151=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D63497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63497 is #29CB68. Grayscale: #6F6F6F. Windows color (decimal): -2739049 or 9909462. OLE color: 9909462.

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

Color convert

RGB 214 52 151 -
CMYK 0 0.76 0.29 0.16
HSL 323.33º 0.66% 0.52% -
HSV(B) 323.33º 0.76% 0.84% -
XYZ 34.55 18.99 31.12 -
YUV 111.72 150.17 200.95 -
System Red Green Blue C M Y K H S L
Decimal 214 52 151 0 0.76 0.29 0.16 323.33 0.66 0.52
Hex D6 34 97 0 4C 1D 10 143 42 34
Octal 326 64 227 0 114 35 20 503 102 64
Binary 11010110 110100 10010111 0 1001100 11101 10000 101000011 1000010 110100

Color Harmonies of #D63497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63497

Black with #D63497

Text Example


Text Example

White with #D63497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63497; }

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

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

background-color css

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

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

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

border-color css

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

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

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