Html Css Color HEX #D132A0 Deep Cerise

📋 copy color: '#D132A0'

red 209 ◦ green 50 ◦ blue 160

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

Shades of Deep Cerise #D132A0

Tints of Deep Cerise #D132A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 49.88%
G = 11.93%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D132A0 (or 0xD132A0) is known color: Deep Cerise. HEX triplet: D1, 32 and A0. RGB value is (209,50,160). Sum of RGB (Red+Green+Blue) = 209+50+160=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D132A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D132A0 is #2ECD5F. Grayscale: #6D6D6D. Windows color (decimal): -3067232 or 10498769. OLE color: 10498769.

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

Color convert

RGB 209 50 160 -
CMYK 0 0.76 0.23 0.18
HSL 318.49º 0.63% 0.51% -
HSV(B) 318.49º 0.76% 0.82% -
XYZ 33.78 18.37 35.02 -
YUV 110.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 209 50 160 0 0.76 0.23 0.18 318.49 0.63 0.51
Hex D1 32 A0 0 4C 17 12 13E 3F 33
Octal 321 62 240 0 114 27 22 476 77 63
Binary 11010001 110010 10100000 0 1001100 10111 10010 100111110 111111 110011

Color Harmonies of #D132A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132A0

Black with #D132A0

Text Example


Text Example

White with #D132A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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