Html Css Color HEX #DA359F Deep Cerise

📋 copy color: '#DA359F'

red 218 ◦ green 53 ◦ blue 159

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

Shades of Deep Cerise #DA359F

Tints of Deep Cerise #DA359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 50.7%
G = 12.33%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA359F (or 0xDA359F) is known color: Deep Cerise. HEX triplet: DA, 35 and 9F. RGB value is (218,53,159). Sum of RGB (Red+Green+Blue) = 218+53+159=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA359F is #25CA60. Grayscale: #727272. Windows color (decimal): -2476641 or 10434010. OLE color: 10434010.

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

Color convert

RGB 218 53 159 -
CMYK 0 0.76 0.27 0.15
HSL 321.45º 0.69% 0.53% -
HSV(B) 321.45º 0.76% 0.85% -
XYZ 36.44 19.95 34.73 -
YUV 114.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 218 53 159 0 0.76 0.27 0.15 321.45 0.69 0.53
Hex DA 35 9F 0 4C 1B F 141 45 35
Octal 332 65 237 0 114 33 17 501 105 65
Binary 11011010 110101 10011111 0 1001100 11011 1111 101000001 1000101 110101

Color Harmonies of #DA359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA359F

Black with #DA359F

Text Example


Text Example

White with #DA359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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