Html Css Color HEX #D63489 Deep Cerise

📋 copy color: '#D63489'

red 214 ◦ green 52 ◦ blue 137

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

Shades of Deep Cerise #D63489

Tints of Deep Cerise #D63489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34%

R = 53.1%
G = 12.9%
B = 34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D63489 (or 0xD63489) is known color: Deep Cerise. HEX triplet: D6, 34 and 89. RGB value is (214,52,137). Sum of RGB (Red+Green+Blue) = 214+52+137=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D63489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63489 is #29CB76. Grayscale: #6D6D6D. Windows color (decimal): -2739063 or 8991958. OLE color: 8991958.

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

Color convert

RGB 214 52 137 -
CMYK 0 0.76 0.36 0.16
HSL 328.52º 0.66% 0.52% -
HSV(B) 328.52º 0.76% 0.84% -
XYZ 33.47 18.56 25.48 -
YUV 110.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 214 52 137 0 0.76 0.36 0.16 328.52 0.66 0.52
Hex D6 34 89 0 4C 24 10 149 42 34
Octal 326 64 211 0 114 44 20 511 102 64
Binary 11010110 110100 10001001 0 1001100 100100 10000 101001001 1000010 110100

Color Harmonies of #D63489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63489

Black with #D63489

Text Example


Text Example

White with #D63489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63489; }

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

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

background-color css

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

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

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

border-color css

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

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

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