Html Css Color HEX #D131AC Deep Cerise

📋 copy color: '#D131AC'

red 209 ◦ green 49 ◦ blue 172

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

Shades of Deep Cerise #D131AC

Tints of Deep Cerise #D131AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.4%

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

R = 48.6%
G = 11.4%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D131AC (or 0xD131AC) is known color: Deep Cerise. HEX triplet: D1, 31 and AC. RGB value is (209,49,172). Sum of RGB (Red+Green+Blue) = 209+49+172=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D131AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131AC is #2ECE53. Grayscale: #6E6E6E. Windows color (decimal): -3067476 or 11284945. OLE color: 11284945.

HSL color Cylindrical-coordinate representation of color #D131AC: hue angle of 313.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D131AC is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 172 -
CMYK 0 0.77 0.18 0.18
HSL 313.88º 0.63% 0.51% -
HSV(B) 313.88º 0.77% 0.82% -
XYZ 34.84 18.73 40.81 -
YUV 110.86 162.51 198 -
System Red Green Blue C M Y K H S L
Decimal 209 49 172 0 0.77 0.18 0.18 313.88 0.63 0.51
Hex D1 31 AC 0 4D 12 12 13A 3F 33
Octal 321 61 254 0 115 22 22 472 77 63
Binary 11010001 110001 10101100 0 1001101 10010 10010 100111010 111111 110011

Color Harmonies of #D131AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131AC

Black with #D131AC

Text Example


Text Example

White with #D131AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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