Html Css Color HEX #D8327A Deep Cerise

📋 copy color: '#D8327A'

red 216 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #D8327A

Tints of Deep Cerise #D8327A

RGB

 RED value IS 216 (84.77% from 255) = 55.67%

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

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

R = 55.67%
G = 12.89%
B = 31.44%

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

#D8327A (or 0xD8327A) is known color: Deep Cerise. HEX triplet: D8, 32 and 7A. RGB value is (216,50,122). Sum of RGB (Red+Green+Blue) = 216+50+122=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8327A is #27CD85. Grayscale: #6B6B6B. Windows color (decimal): -2608518 or 8008408. OLE color: 8008408.

HSL color Cylindrical-coordinate representation of color #D8327A: hue angle of 333.98º degrees, saturation: 0.68, 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 #D8327A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 122 -
CMYK 0 0.77 0.44 0.15
HSL 333.98º 0.68% 0.52% -
HSV(B) 333.98º 0.77% 0.85% -
XYZ 32.97 18.29 20.2 -
YUV 107.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 216 50 122 0 0.77 0.44 0.15 333.98 0.68 0.52
Hex D8 32 7A 0 4D 2C F 14E 44 34
Octal 330 62 172 0 115 54 17 516 104 64
Binary 11011000 110010 1111010 0 1001101 101100 1111 101001110 1000100 110100

Color Harmonies of #D8327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8327A

Black with #D8327A

Text Example


Text Example

White with #D8327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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