Html Css Color HEX #DA32AB Deep Cerise

📋 copy color: '#DA32AB'

red 218 ◦ green 50 ◦ blue 171

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

Shades of Deep Cerise #DA32AB

Tints of Deep Cerise #DA32AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 49.66%
G = 11.39%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA32AB (or 0xDA32AB) is known color: Deep Cerise. HEX triplet: DA, 32 and AB. RGB value is (218,50,171). Sum of RGB (Red+Green+Blue) = 218+50+171=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32AB is #25CD54. Grayscale: #717171. Windows color (decimal): -2477397 or 11219674. OLE color: 11219674.

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

Color convert

RGB 218 50 171 -
CMYK 0 0.77 0.22 0.15
HSL 316.79º 0.69% 0.53% -
HSV(B) 316.79º 0.77% 0.85% -
XYZ 37.4 20.13 40.44 -
YUV 114.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 218 50 171 0 0.77 0.22 0.15 316.79 0.69 0.53
Hex DA 32 AB 0 4D 16 F 13D 45 35
Octal 332 62 253 0 115 26 17 475 105 65
Binary 11011010 110010 10101011 0 1001101 10110 1111 100111101 1000101 110101

Color Harmonies of #DA32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA32AB

Black with #DA32AB

Text Example


Text Example

White with #DA32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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