Html Css Color HEX #D12595 Deep Cerise

📋 copy color: '#D12595'

red 209 ◦ green 37 ◦ blue 149

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

Shades of Deep Cerise #D12595

Tints of Deep Cerise #D12595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 52.91%
G = 9.37%
B = 37.72%

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

#D12595 (or 0xD12595) is known color: Deep Cerise. HEX triplet: D1, 25 and 95. RGB value is (209,37,149). Sum of RGB (Red+Green+Blue) = 209+37+149=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D12595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12595 is #2EDA6A. Grayscale: #646464. Windows color (decimal): -3070571 or 9774545. OLE color: 9774545.

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

Color convert

RGB 209 37 149 -
CMYK 0 0.82 0.29 0.18
HSL 320.93º 0.7% 0.48% -
HSV(B) 320.93º 0.82% 0.82% -
XYZ 32.38 17.05 30.02 -
YUV 101.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 209 37 149 0 0.82 0.29 0.18 320.93 0.7 0.48
Hex D1 25 95 0 52 1D 12 141 46 30
Octal 321 45 225 0 122 35 22 501 106 60
Binary 11010001 100101 10010101 0 1010010 11101 10010 101000001 1000110 110000

Color Harmonies of #D12595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12595

Black with #D12595

Text Example


Text Example

White with #D12595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12595; }

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

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

background-color css

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

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

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

border-color css

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

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

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