Html Css Color HEX #D0329B Deep Cerise

📋 copy color: '#D0329B'

red 208 ◦ green 50 ◦ blue 155

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

Shades of Deep Cerise #D0329B

Tints of Deep Cerise #D0329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 50.36%
G = 12.11%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0329B (or 0xD0329B) is known color: Deep Cerise. HEX triplet: D0, 32 and 9B. RGB value is (208,50,155). Sum of RGB (Red+Green+Blue) = 208+50+155=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0329B is #2FCD64. Grayscale: #6C6C6C. Windows color (decimal): -3132773 or 10171088. OLE color: 10171088.

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

Color convert

RGB 208 50 155 -
CMYK 0 0.76 0.25 0.18
HSL 320.13º 0.63% 0.51% -
HSV(B) 320.13º 0.76% 0.82% -
XYZ 33.07 18.06 32.75 -
YUV 109.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 208 50 155 0 0.76 0.25 0.18 320.13 0.63 0.51
Hex D0 32 9B 0 4C 19 12 140 3F 33
Octal 320 62 233 0 114 31 22 500 77 63
Binary 11010000 110010 10011011 0 1001100 11001 10010 101000000 111111 110011

Color Harmonies of #D0329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0329B

Black with #D0329B

Text Example


Text Example

White with #D0329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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