Html Css Color HEX #D1327A Deep Cerise

📋 copy color: '#D1327A'

red 209 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #D1327A

Tints of Deep Cerise #D1327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 54.86%
G = 13.12%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1327A (or 0xD1327A) is known color: Deep Cerise. HEX triplet: D1, 32 and 7A. RGB value is (209,50,122). Sum of RGB (Red+Green+Blue) = 209+50+122=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1327A is #2ECD85. Grayscale: #696969. Windows color (decimal): -3067270 or 8008401. OLE color: 8008401.

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

Color convert

RGB 209 50 122 -
CMYK 0 0.76 0.42 0.18
HSL 332.83º 0.63% 0.51% -
HSV(B) 332.83º 0.76% 0.82% -
XYZ 30.95 17.24 20.11 -
YUV 105.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 209 50 122 0 0.76 0.42 0.18 332.83 0.63 0.51
Hex D1 32 7A 0 4C 2A 12 14D 3F 33
Octal 321 62 172 0 114 52 22 515 77 63
Binary 11010001 110010 1111010 0 1001100 101010 10010 101001101 111111 110011

Color Harmonies of #D1327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1327A

Black with #D1327A

Text Example


Text Example

White with #D1327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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