Html Css Color HEX #D12582 Deep Cerise

📋 copy color: '#D12582'

red 209 ◦ green 37 ◦ blue 130

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

Shades of Deep Cerise #D12582

Tints of Deep Cerise #D12582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 55.59%
G = 9.84%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D12582 (or 0xD12582) is known color: Deep Cerise. HEX triplet: D1, 25 and 82. RGB value is (209,37,130). Sum of RGB (Red+Green+Blue) = 209+37+130=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D12582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12582 is #2EDA7D. Grayscale: #626262. Windows color (decimal): -3070590 or 8529361. OLE color: 8529361.

HSL color Cylindrical-coordinate representation of color #D12582: hue angle of 327.56º 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 #D12582 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 130 -
CMYK 0 0.82 0.38 0.18
HSL 327.56º 0.7% 0.48% -
HSV(B) 327.56º 0.82% 0.82% -
XYZ 30.99 16.49 22.67 -
YUV 99.03 145.48 206.44 -
System Red Green Blue C M Y K H S L
Decimal 209 37 130 0 0.82 0.38 0.18 327.56 0.7 0.48
Hex D1 25 82 0 52 26 12 148 46 30
Octal 321 45 202 0 122 46 22 510 106 60
Binary 11010001 100101 10000010 0 1010010 100110 10010 101001000 1000110 110000

Color Harmonies of #D12582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12582

Black with #D12582

Text Example


Text Example

White with #D12582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12582; }

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

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

background-color css

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

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

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

border-color css

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

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

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