Html Css Color HEX #D12580 Deep Cerise

📋 copy color: '#D12580'

red 209 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #D12580

Tints of Deep Cerise #D12580

RGB

 RED value IS 209 (82.03% from 255) = 55.88%

 GREEN value IS 37 (14.84% from 255) = 9.89%

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

R = 55.88%
G = 9.89%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D12580 (or 0xD12580) is known color: Deep Cerise. HEX triplet: D1, 25 and 80. RGB value is (209,37,128). Sum of RGB (Red+Green+Blue) = 209+37+128=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D12580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12580 is #2EDA7F. Grayscale: #626262. Windows color (decimal): -3070592 or 8398289. OLE color: 8398289.

HSL color Cylindrical-coordinate representation of color #D12580: hue angle of 328.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12580 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 128 -
CMYK 0 0.82 0.39 0.18
HSL 328.26º 0.7% 0.48% -
HSV(B) 328.26º 0.82% 0.82% -
XYZ 30.85 16.44 21.97 -
YUV 98.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 209 37 128 0 0.82 0.39 0.18 328.26 0.7 0.48
Hex D1 25 80 0 52 27 12 148 46 30
Octal 321 45 200 0 122 47 22 510 106 60
Binary 11010001 100101 10000000 0 1010010 100111 10010 101001000 1000110 110000

Color Harmonies of #D12580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12580

Black with #D12580

Text Example


Text Example

White with #D12580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12580; }

 p { color: rgb(209,37,128); }

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

background-color css

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

 a { background-color: rgb(209,37,128); }

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

border-color css

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

 span { border-color: rgb(209,37,128); }

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