Html Css Color HEX #DA329D Deep Cerise

📋 copy color: '#DA329D'

red 218 ◦ green 50 ◦ blue 157

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

Shades of Deep Cerise #DA329D

Tints of Deep Cerise #DA329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 51.29%
G = 11.76%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA329D (or 0xDA329D) is known color: Deep Cerise. HEX triplet: DA, 32 and 9D. RGB value is (218,50,157). Sum of RGB (Red+Green+Blue) = 218+50+157=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA329D is #25CD62. Grayscale: #707070. Windows color (decimal): -2477411 or 10302170. OLE color: 10302170.

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

Color convert

RGB 218 50 157 -
CMYK 0 0.77 0.28 0.15
HSL 321.79º 0.69% 0.53% -
HSV(B) 321.79º 0.77% 0.85% -
XYZ 36.14 19.62 33.78 -
YUV 112.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 218 50 157 0 0.77 0.28 0.15 321.79 0.69 0.53
Hex DA 32 9D 0 4D 1C F 142 45 35
Octal 332 62 235 0 115 34 17 502 105 65
Binary 11011010 110010 10011101 0 1001101 11100 1111 101000010 1000101 110101

Color Harmonies of #DA329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA329D

Black with #DA329D

Text Example


Text Example

White with #DA329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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