Html Css Color HEX #D132AD Deep Cerise

📋 copy color: '#D132AD'

red 209 ◦ green 50 ◦ blue 173

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

Shades of Deep Cerise #D132AD

Tints of Deep Cerise #D132AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 48.38%
G = 11.57%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D132AD (or 0xD132AD) is known color: Deep Cerise. HEX triplet: D1, 32 and AD. RGB value is (209,50,173). Sum of RGB (Red+Green+Blue) = 209+50+173=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D132AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D132AD is #2ECD52. Grayscale: #6F6F6F. Windows color (decimal): -3067219 or 11350737. OLE color: 11350737.

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

Color convert

RGB 209 50 173 -
CMYK 0 0.76 0.17 0.18
HSL 313.58º 0.63% 0.51% -
HSV(B) 313.58º 0.76% 0.82% -
XYZ 34.98 18.85 41.33 -
YUV 111.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 209 50 173 0 0.76 0.17 0.18 313.58 0.63 0.51
Hex D1 32 AD 0 4C 11 12 13A 3F 33
Octal 321 62 255 0 114 21 22 472 77 63
Binary 11010001 110010 10101101 0 1001100 10001 10010 100111010 111111 110011

Color Harmonies of #D132AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132AD

Black with #D132AD

Text Example


Text Example

White with #D132AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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