Html Css Color HEX #DA357C Deep Cerise

📋 copy color: '#DA357C'

red 218 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #DA357C

Tints of Deep Cerise #DA357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 55.19%
G = 13.42%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA357C (or 0xDA357C) is known color: Deep Cerise. HEX triplet: DA, 35 and 7C. RGB value is (218,53,124). Sum of RGB (Red+Green+Blue) = 218+53+124=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA357C is #25CA83. Grayscale: #6E6E6E. Windows color (decimal): -2476676 or 8140250. OLE color: 8140250.

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

Color convert

RGB 218 53 124 -
CMYK 0 0.76 0.43 0.15
HSL 334.18º 0.69% 0.53% -
HSV(B) 334.18º 0.76% 0.85% -
XYZ 33.82 18.91 20.94 -
YUV 110.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 218 53 124 0 0.76 0.43 0.15 334.18 0.69 0.53
Hex DA 35 7C 0 4C 2B F 14E 45 35
Octal 332 65 174 0 114 53 17 516 105 65
Binary 11011010 110101 1111100 0 1001100 101011 1111 101001110 1000101 110101

Color Harmonies of #DA357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA357C

Black with #DA357C

Text Example


Text Example

White with #DA357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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