Html Css Color HEX #DA328F Deep Cerise

📋 copy color: '#DA328F'

red 218 ◦ green 50 ◦ blue 143

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

Shades of Deep Cerise #DA328F

Tints of Deep Cerise #DA328F

RGB

 RED value IS 218 (85.55% from 255) = 53.04%

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

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

R = 53.04%
G = 12.17%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA328F (or 0xDA328F) is known color: Deep Cerise. HEX triplet: DA, 32 and 8F. RGB value is (218,50,143). Sum of RGB (Red+Green+Blue) = 218+50+143=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA328F is #25CD70. Grayscale: #6E6E6E. Windows color (decimal): -2477425 or 9384666. OLE color: 9384666.

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

Color convert

RGB 218 50 143 -
CMYK 0 0.77 0.34 0.15
HSL 326.79º 0.69% 0.53% -
HSV(B) 326.79º 0.77% 0.85% -
XYZ 35.01 19.17 27.84 -
YUV 110.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 218 50 143 0 0.77 0.34 0.15 326.79 0.69 0.53
Hex DA 32 8F 0 4D 22 F 147 45 35
Octal 332 62 217 0 115 42 17 507 105 65
Binary 11011010 110010 10001111 0 1001101 100010 1111 101000111 1000101 110101

Color Harmonies of #DA328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA328F

Black with #DA328F

Text Example


Text Example

White with #DA328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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