Html Css Color HEX #D12C97 Deep Cerise

📋 copy color: '#D12C97'

red 209 ◦ green 44 ◦ blue 151

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

Shades of Deep Cerise #D12C97

Tints of Deep Cerise #D12C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.38%

R = 51.73%
G = 10.89%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D12C97 (or 0xD12C97) is known color: Deep Cerise. HEX triplet: D1, 2C and 97. RGB value is (209,44,151). Sum of RGB (Red+Green+Blue) = 209+44+151=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12C97 is #2ED368. Grayscale: #696969. Windows color (decimal): -3068777 or 9907409. OLE color: 9907409.

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

Color convert

RGB 209 44 151 -
CMYK 0 0.79 0.28 0.18
HSL 321.09º 0.65% 0.5% -
HSV(B) 321.09º 0.79% 0.82% -
XYZ 32.78 17.59 30.95 -
YUV 105.53 153.66 201.8 -
System Red Green Blue C M Y K H S L
Decimal 209 44 151 0 0.79 0.28 0.18 321.09 0.65 0.5
Hex D1 2C 97 0 4F 1C 12 141 41 32
Octal 321 54 227 0 117 34 22 501 101 62
Binary 11010001 101100 10010111 0 1001111 11100 10010 101000001 1000001 110010

Color Harmonies of #D12C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C97

Black with #D12C97

Text Example


Text Example

White with #D12C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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