Html Css Color HEX #D132A1 Deep Cerise

📋 copy color: '#D132A1'

red 209 ◦ green 50 ◦ blue 161

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

Shades of Deep Cerise #D132A1

Tints of Deep Cerise #D132A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.33%

R = 49.76%
G = 11.9%
B = 38.33%

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

#D132A1 (or 0xD132A1) is known color: Deep Cerise. HEX triplet: D1, 32 and A1. RGB value is (209,50,161). Sum of RGB (Red+Green+Blue) = 209+50+161=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D132A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D132A1 is #2ECD5E. Grayscale: #6D6D6D. Windows color (decimal): -3067231 or 10564305. OLE color: 10564305.

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

Color convert

RGB 209 50 161 -
CMYK 0 0.76 0.23 0.18
HSL 318.11º 0.63% 0.51% -
HSV(B) 318.11º 0.76% 0.82% -
XYZ 33.87 18.41 35.49 -
YUV 110.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 209 50 161 0 0.76 0.23 0.18 318.11 0.63 0.51
Hex D1 32 A1 0 4C 17 12 13E 3F 33
Octal 321 62 241 0 114 27 22 476 77 63
Binary 11010001 110010 10100001 0 1001100 10111 10010 100111110 111111 110011

Color Harmonies of #D132A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132A1

Black with #D132A1

Text Example


Text Example

White with #D132A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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