Html Css Color HEX #D1328E Deep Cerise

📋 copy color: '#D1328E'

red 209 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #D1328E

Tints of Deep Cerise #D1328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 52.12%
G = 12.47%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1328E (or 0xD1328E) is known color: Deep Cerise. HEX triplet: D1, 32 and 8E. RGB value is (209,50,142). Sum of RGB (Red+Green+Blue) = 209+50+142=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1328E is #2ECD71. Grayscale: #6B6B6B. Windows color (decimal): -3067250 or 9319121. OLE color: 9319121.

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

Color convert

RGB 209 50 142 -
CMYK 0 0.76 0.32 0.18
HSL 325.28º 0.63% 0.51% -
HSV(B) 325.28º 0.76% 0.82% -
XYZ 32.32 17.79 27.32 -
YUV 108.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 209 50 142 0 0.76 0.32 0.18 325.28 0.63 0.51
Hex D1 32 8E 0 4C 20 12 145 3F 33
Octal 321 62 216 0 114 40 22 505 77 63
Binary 11010001 110010 10001110 0 1001100 100000 10010 101000101 111111 110011

Color Harmonies of #D1328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1328E

Black with #D1328E

Text Example


Text Example

White with #D1328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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