Html Css Color HEX #D12C99 Deep Cerise

📋 copy color: '#D12C99'

red 209 ◦ green 44 ◦ blue 153

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

Shades of Deep Cerise #D12C99

Tints of Deep Cerise #D12C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 51.48%
G = 10.84%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D12C99 (or 0xD12C99) is known color: Deep Cerise. HEX triplet: D1, 2C and 99. RGB value is (209,44,153). Sum of RGB (Red+Green+Blue) = 209+44+153=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12C99 is #2ED366. Grayscale: #696969. Windows color (decimal): -3068775 or 10038481. OLE color: 10038481.

HSL color Cylindrical-coordinate representation of color #D12C99: hue angle of 320.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C99 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 44 153 -
CMYK 0 0.79 0.27 0.18
HSL 320.36º 0.65% 0.5% -
HSV(B) 320.36º 0.79% 0.82% -
XYZ 32.94 17.66 31.81 -
YUV 105.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 209 44 153 0 0.79 0.27 0.18 320.36 0.65 0.5
Hex D1 2C 99 0 4F 1B 12 140 41 32
Octal 321 54 231 0 117 33 22 500 101 62
Binary 11010001 101100 10011001 0 1001111 11011 10010 101000000 1000001 110010

Color Harmonies of #D12C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C99

Black with #D12C99

Text Example


Text Example

White with #D12C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C99; }

 p { color: rgb(209,44,153); }

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

background-color css

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

 a { background-color: rgb(209,44,153); }

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

border-color css

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

 span { border-color: rgb(209,44,153); }

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