Html Css Color HEX #D0328D Deep Cerise

📋 copy color: '#D0328D'

red 208 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #D0328D

Tints of Deep Cerise #D0328D

RGB

 RED value IS 208 (81.64% from 255) = 52.13%

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 52.13%
G = 12.53%
B = 35.34%

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

#D0328D (or 0xD0328D) is known color: Deep Cerise. HEX triplet: D0, 32 and 8D. RGB value is (208,50,141). Sum of RGB (Red+Green+Blue) = 208+50+141=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0328D is #2FCD72. Grayscale: #6B6B6B. Windows color (decimal): -3132787 or 9253584. OLE color: 9253584.

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

Color convert

RGB 208 50 141 -
CMYK 0 0.76 0.32 0.18
HSL 325.44º 0.63% 0.51% -
HSV(B) 325.44º 0.76% 0.82% -
XYZ 31.96 17.61 26.91 -
YUV 107.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 208 50 141 0 0.76 0.32 0.18 325.44 0.63 0.51
Hex D0 32 8D 0 4C 20 12 145 3F 33
Octal 320 62 215 0 114 40 22 505 77 63
Binary 11010000 110010 10001101 0 1001100 100000 10010 101000101 111111 110011

Color Harmonies of #D0328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0328D

Black with #D0328D

Text Example


Text Example

White with #D0328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0328D; }

 p { color: rgb(208,50,141); }

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

background-color css

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

 a { background-color: rgb(208,50,141); }

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

border-color css

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

 span { border-color: rgb(208,50,141); }

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