Html Css Color HEX #D12594 Deep Cerise

📋 copy color: '#D12594'

red 209 ◦ green 37 ◦ blue 148

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

Shades of Deep Cerise #D12594

Tints of Deep Cerise #D12594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 53.05%
G = 9.39%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D12594 (or 0xD12594) is known color: Deep Cerise. HEX triplet: D1, 25 and 94. RGB value is (209,37,148). Sum of RGB (Red+Green+Blue) = 209+37+148=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D12594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12594 is #2EDA6B. Grayscale: #646464. Windows color (decimal): -3070572 or 9709009. OLE color: 9709009.

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

Color convert

RGB 209 37 148 -
CMYK 0 0.82 0.29 0.18
HSL 321.28º 0.7% 0.48% -
HSV(B) 321.28º 0.82% 0.82% -
XYZ 32.3 17.02 29.6 -
YUV 101.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 209 37 148 0 0.82 0.29 0.18 321.28 0.7 0.48
Hex D1 25 94 0 52 1D 12 141 46 30
Octal 321 45 224 0 122 35 22 501 106 60
Binary 11010001 100101 10010100 0 1010010 11101 10010 101000001 1000110 110000

Color Harmonies of #D12594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12594

Black with #D12594

Text Example


Text Example

White with #D12594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12594; }

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

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

background-color css

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

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

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

border-color css

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

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

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