Html Css Color HEX #D132AB Deep Cerise

📋 copy color: '#D132AB'

red 209 ◦ green 50 ◦ blue 171

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

Shades of Deep Cerise #D132AB

Tints of Deep Cerise #D132AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 48.6%
G = 11.63%
B = 39.77%

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

#D132AB (or 0xD132AB) is known color: Deep Cerise. HEX triplet: D1, 32 and AB. RGB value is (209,50,171). Sum of RGB (Red+Green+Blue) = 209+50+171=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D132AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D132AB is #2ECD54. Grayscale: #6F6F6F. Windows color (decimal): -3067221 or 11219665. OLE color: 11219665.

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

Color convert

RGB 209 50 171 -
CMYK 0 0.76 0.18 0.18
HSL 314.34º 0.63% 0.51% -
HSV(B) 314.34º 0.76% 0.82% -
XYZ 34.79 18.78 40.32 -
YUV 111.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 209 50 171 0 0.76 0.18 0.18 314.34 0.63 0.51
Hex D1 32 AB 0 4C 12 12 13A 3F 33
Octal 321 62 253 0 114 22 22 472 77 63
Binary 11010001 110010 10101011 0 1001100 10010 10010 100111010 111111 110011

Color Harmonies of #D132AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132AB

Black with #D132AB

Text Example


Text Example

White with #D132AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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