Html Css Color HEX #D9327A Deep Cerise

📋 copy color: '#D9327A'

red 217 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #D9327A

Tints of Deep Cerise #D9327A

RGB

 RED value IS 217 (85.16% from 255) = 55.78%

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

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

R = 55.78%
G = 12.85%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9327A (or 0xD9327A) is known color: Deep Cerise. HEX triplet: D9, 32 and 7A. RGB value is (217,50,122). Sum of RGB (Red+Green+Blue) = 217+50+122=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9327A is #26CD85. Grayscale: #6C6C6C. Windows color (decimal): -2542982 or 8008409. OLE color: 8008409.

HSL color Cylindrical-coordinate representation of color #D9327A: hue angle of 334.13º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9327A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 122 -
CMYK 0 0.77 0.44 0.15
HSL 334.13º 0.69% 0.52% -
HSV(B) 334.13º 0.77% 0.85% -
XYZ 33.27 18.44 20.22 -
YUV 108.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 217 50 122 0 0.77 0.44 0.15 334.13 0.69 0.52
Hex D9 32 7A 0 4D 2C F 14E 45 34
Octal 331 62 172 0 115 54 17 516 105 64
Binary 11011001 110010 1111010 0 1001101 101100 1111 101001110 1000101 110100

Color Harmonies of #D9327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9327A

Black with #D9327A

Text Example


Text Example

White with #D9327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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