Html Css Color HEX #D0328F Deep Cerise

📋 copy color: '#D0328F'

red 208 ◦ green 50 ◦ blue 143

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

Shades of Deep Cerise #D0328F

Tints of Deep Cerise #D0328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 51.87%
G = 12.47%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0328F (or 0xD0328F) is known color: Deep Cerise. HEX triplet: D0, 32 and 8F. RGB value is (208,50,143). Sum of RGB (Red+Green+Blue) = 208+50+143=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0328F is #2FCD70. Grayscale: #6B6B6B. Windows color (decimal): -3132785 or 9384656. OLE color: 9384656.

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

Color convert

RGB 208 50 143 -
CMYK 0 0.76 0.31 0.18
HSL 324.68º 0.63% 0.51% -
HSV(B) 324.68º 0.76% 0.82% -
XYZ 32.11 17.67 27.71 -
YUV 107.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 208 50 143 0 0.76 0.31 0.18 324.68 0.63 0.51
Hex D0 32 8F 0 4C 1F 12 145 3F 33
Octal 320 62 217 0 114 37 22 505 77 63
Binary 11010000 110010 10001111 0 1001100 11111 10010 101000101 111111 110011

Color Harmonies of #D0328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0328F

Black with #D0328F

Text Example


Text Example

White with #D0328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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