Html Css Color HEX #D12AAC Deep Cerise

📋 copy color: '#D12AAC'

red 209 ◦ green 42 ◦ blue 172

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

Shades of Deep Cerise #D12AAC

Tints of Deep Cerise #D12AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.93%

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 49.41%
G = 9.93%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D12AAC (or 0xD12AAC) is known color: Deep Cerise. HEX triplet: D1, 2A and AC. RGB value is (209,42,172). Sum of RGB (Red+Green+Blue) = 209+42+172=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D12AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12AAC is #2ED553. Grayscale: #6A6A6A. Windows color (decimal): -3069268 or 11283153. OLE color: 11283153.

HSL color Cylindrical-coordinate representation of color #D12AAC: hue angle of 313.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12AAC is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 42 172 -
CMYK 0 0.80 0.18 0.18
HSL 313.29º 0.67% 0.49% -
HSV(B) 313.29º 0.8% 0.82% -
XYZ 34.57 18.19 40.72 -
YUV 106.75 164.83 200.93 -
System Red Green Blue C M Y K H S L
Decimal 209 42 172 0 0.80 0.18 0.18 313.29 0.67 0.49
Hex D1 2A AC 0 50 12 12 139 43 31
Octal 321 52 254 0 120 22 22 471 103 61
Binary 11010001 101010 10101100 0 1010000 10010 10010 100111001 1000011 110001

Color Harmonies of #D12AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12AAC

Black with #D12AAC

Text Example


Text Example

White with #D12AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12AAC; }

 p { color: rgb(209,42,172); }

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

background-color css

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

 a { background-color: rgb(209,42,172); }

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

border-color css

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

 span { border-color: rgb(209,42,172); }

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