Html Css Color HEX #DA328A Deep Cerise

📋 copy color: '#DA328A'

red 218 ◦ green 50 ◦ blue 138

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

Shades of Deep Cerise #DA328A

Tints of Deep Cerise #DA328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 53.69%
G = 12.32%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA328A (or 0xDA328A) is known color: Deep Cerise. HEX triplet: DA, 32 and 8A. RGB value is (218,50,138). Sum of RGB (Red+Green+Blue) = 218+50+138=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA328A is #25CD75. Grayscale: #6E6E6E. Windows color (decimal): -2477430 or 9056986. OLE color: 9056986.

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

Color convert

RGB 218 50 138 -
CMYK 0 0.77 0.37 0.15
HSL 328.57º 0.69% 0.53% -
HSV(B) 328.57º 0.77% 0.85% -
XYZ 34.64 19.02 25.89 -
YUV 110.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 218 50 138 0 0.77 0.37 0.15 328.57 0.69 0.53
Hex DA 32 8A 0 4D 25 F 149 45 35
Octal 332 62 212 0 115 45 17 511 105 65
Binary 11011010 110010 10001010 0 1001101 100101 1111 101001001 1000101 110101

Color Harmonies of #DA328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA328A

Black with #DA328A

Text Example


Text Example

White with #DA328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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