Html Css Color HEX #DA328E Deep Cerise

📋 copy color: '#DA328E'

red 218 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #DA328E

Tints of Deep Cerise #DA328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 53.17%
G = 12.2%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA328E (or 0xDA328E) is known color: Deep Cerise. HEX triplet: DA, 32 and 8E. RGB value is (218,50,142). Sum of RGB (Red+Green+Blue) = 218+50+142=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA328E is #25CD71. Grayscale: #6E6E6E. Windows color (decimal): -2477426 or 9319130. OLE color: 9319130.

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

Color convert

RGB 218 50 142 -
CMYK 0 0.77 0.35 0.15
HSL 327.14º 0.69% 0.53% -
HSV(B) 327.14º 0.77% 0.85% -
XYZ 34.94 19.14 27.44 -
YUV 110.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 218 50 142 0 0.77 0.35 0.15 327.14 0.69 0.53
Hex DA 32 8E 0 4D 23 F 147 45 35
Octal 332 62 216 0 115 43 17 507 105 65
Binary 11011010 110010 10001110 0 1001101 100011 1111 101000111 1000101 110101

Color Harmonies of #DA328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA328E

Black with #DA328E

Text Example


Text Example

White with #DA328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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