Html Css Color HEX #D63483 Deep Cerise

📋 copy color: '#D63483'

red 214 ◦ green 52 ◦ blue 131

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

Shades of Deep Cerise #D63483

Tints of Deep Cerise #D63483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 53.9%
G = 13.1%
B = 33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D63483 (or 0xD63483) is known color: Deep Cerise. HEX triplet: D6, 34 and 83. RGB value is (214,52,131). Sum of RGB (Red+Green+Blue) = 214+52+131=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D63483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63483 is #29CB7C. Grayscale: #6D6D6D. Windows color (decimal): -2739069 or 8598742. OLE color: 8598742.

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

Color convert

RGB 214 52 131 -
CMYK 0 0.76 0.39 0.16
HSL 330.74º 0.66% 0.52% -
HSV(B) 330.74º 0.76% 0.84% -
XYZ 33.06 18.39 23.28 -
YUV 109.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 214 52 131 0 0.76 0.39 0.16 330.74 0.66 0.52
Hex D6 34 83 0 4C 27 10 14B 42 34
Octal 326 64 203 0 114 47 20 513 102 64
Binary 11010110 110100 10000011 0 1001100 100111 10000 101001011 1000010 110100

Color Harmonies of #D63483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63483

Black with #D63483

Text Example


Text Example

White with #D63483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63483; }

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

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

background-color css

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

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

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

border-color css

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

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

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