Html Css Color HEX #DA328B Deep Cerise

📋 copy color: '#DA328B'

red 218 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #DA328B

Tints of Deep Cerise #DA328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 53.56%
G = 12.29%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA328B (or 0xDA328B) is known color: Deep Cerise. HEX triplet: DA, 32 and 8B. RGB value is (218,50,139). Sum of RGB (Red+Green+Blue) = 218+50+139=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA328B is #25CD74. Grayscale: #6E6E6E. Windows color (decimal): -2477429 or 9122522. OLE color: 9122522.

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

Color convert

RGB 218 50 139 -
CMYK 0 0.77 0.36 0.15
HSL 328.21º 0.69% 0.53% -
HSV(B) 328.21º 0.77% 0.85% -
XYZ 34.71 19.05 26.27 -
YUV 110.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 218 50 139 0 0.77 0.36 0.15 328.21 0.69 0.53
Hex DA 32 8B 0 4D 24 F 148 45 35
Octal 332 62 213 0 115 44 17 510 105 65
Binary 11011010 110010 10001011 0 1001101 100100 1111 101001000 1000101 110101

Color Harmonies of #DA328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA328B

Black with #DA328B

Text Example


Text Example

White with #DA328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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