Html Css Color HEX #DA35A4 Deep Cerise

📋 copy color: '#DA35A4'

red 218 ◦ green 53 ◦ blue 164

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

Shades of Deep Cerise #DA35A4

Tints of Deep Cerise #DA35A4

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.18%

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 50.11%
G = 12.18%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA35A4 (or 0xDA35A4) is known color: Deep Cerise. HEX triplet: DA, 35 and A4. RGB value is (218,53,164). Sum of RGB (Red+Green+Blue) = 218+53+164=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA35A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA35A4 is #25CA5B. Grayscale: #727272. Windows color (decimal): -2476636 or 10761690. OLE color: 10761690.

HSL color Cylindrical-coordinate representation of color #DA35A4: hue angle of 319.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA35A4 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 164 -
CMYK 0 0.76 0.25 0.15
HSL 319.64º 0.69% 0.53% -
HSV(B) 319.64º 0.76% 0.85% -
XYZ 36.89 20.13 37.06 -
YUV 114.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 218 53 164 0 0.76 0.25 0.15 319.64 0.69 0.53
Hex DA 35 A4 0 4C 19 F 140 45 35
Octal 332 65 244 0 114 31 17 500 105 65
Binary 11011010 110101 10100100 0 1001100 11001 1111 101000000 1000101 110101

Color Harmonies of #DA35A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA35A4

Black with #DA35A4

Text Example


Text Example

White with #DA35A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA35A4; }

 p { color: rgb(218,53,164); }

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

background-color css

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

 a { background-color: rgb(218,53,164); }

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

border-color css

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

 span { border-color: rgb(218,53,164); }

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