Html Css Color HEX #D132AC Deep Cerise

📋 copy color: '#D132AC'

red 209 ◦ green 50 ◦ blue 172

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

Shades of Deep Cerise #D132AC

Tints of Deep Cerise #D132AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.6%

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

R = 48.49%
G = 11.6%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D132AC (or 0xD132AC) is known color: Deep Cerise. HEX triplet: D1, 32 and AC. RGB value is (209,50,172). Sum of RGB (Red+Green+Blue) = 209+50+172=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D132AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D132AC is #2ECD53. Grayscale: #6F6F6F. Windows color (decimal): -3067220 or 11285201. OLE color: 11285201.

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

Color convert

RGB 209 50 172 -
CMYK 0 0.76 0.18 0.18
HSL 313.96º 0.63% 0.51% -
HSV(B) 313.96º 0.76% 0.82% -
XYZ 34.88 18.82 40.82 -
YUV 111.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 209 50 172 0 0.76 0.18 0.18 313.96 0.63 0.51
Hex D1 32 AC 0 4C 12 12 13A 3F 33
Octal 321 62 254 0 114 22 22 472 77 63
Binary 11010001 110010 10101100 0 1001100 10010 10010 100111010 111111 110011

Color Harmonies of #D132AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132AC

Black with #D132AC

Text Example


Text Example

White with #D132AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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