Html Css Color HEX #D63580 Deep Cerise

📋 copy color: '#D63580'

red 214 ◦ green 53 ◦ blue 128

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

Shades of Deep Cerise #D63580

Tints of Deep Cerise #D63580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 54.18%
G = 13.42%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D63580 (or 0xD63580) is known color: Deep Cerise. HEX triplet: D6, 35 and 80. RGB value is (214,53,128). Sum of RGB (Red+Green+Blue) = 214+53+128=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D63580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63580 is #29CA7F. Grayscale: #6D6D6D. Windows color (decimal): -2738816 or 8402390. OLE color: 8402390.

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

Color convert

RGB 214 53 128 -
CMYK 0 0.75 0.40 0.16
HSL 332.05º 0.66% 0.52% -
HSV(B) 332.05º 0.75% 0.84% -
XYZ 32.9 18.4 22.24 -
YUV 109.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 214 53 128 0 0.75 0.40 0.16 332.05 0.66 0.52
Hex D6 35 80 0 4B 28 10 14C 42 34
Octal 326 65 200 0 113 50 20 514 102 64
Binary 11010110 110101 10000000 0 1001011 101000 10000 101001100 1000010 110100

Color Harmonies of #D63580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63580

Black with #D63580

Text Example


Text Example

White with #D63580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63580; }

 p { color: rgb(214,53,128); }

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

background-color css

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

 a { background-color: rgb(214,53,128); }

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

border-color css

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

 span { border-color: rgb(214,53,128); }

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