Html Css Color HEX #D63896 Deep Cerise

📋 copy color: '#D63896'

red 214 ◦ green 56 ◦ blue 150

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

Shades of Deep Cerise #D63896

Tints of Deep Cerise #D63896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.33%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 50.95%
G = 13.33%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D63896 (or 0xD63896) is known color: Deep Cerise. HEX triplet: D6, 38 and 96. RGB value is (214,56,150). Sum of RGB (Red+Green+Blue) = 214+56+150=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D63896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63896 is #29C769. Grayscale: #717171. Windows color (decimal): -2738026 or 9844950. OLE color: 9844950.

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

Color convert

RGB 214 56 150 -
CMYK 0 0.74 0.30 0.16
HSL 324.3º 0.66% 0.53% -
HSV(B) 324.3º 0.74% 0.84% -
XYZ 34.65 19.33 30.76 -
YUV 113.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 214 56 150 0 0.74 0.30 0.16 324.3 0.66 0.53
Hex D6 38 96 0 4A 1E 10 144 42 35
Octal 326 70 226 0 112 36 20 504 102 65
Binary 11010110 111000 10010110 0 1001010 11110 10000 101000100 1000010 110101

Color Harmonies of #D63896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63896

Black with #D63896

Text Example


Text Example

White with #D63896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63896; }

 p { color: rgb(214,56,150); }

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

background-color css

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

 a { background-color: rgb(214,56,150); }

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

border-color css

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

 span { border-color: rgb(214,56,150); }

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