Html Css Color HEX #DA356D Cerise

📋 copy color: '#DA356D'

red 218 ◦ green 53 ◦ blue 109

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

Shades of Cerise #DA356D

Tints of Cerise #DA356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 57.37%
G = 13.95%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA356D (or 0xDA356D) is known color: Cerise. HEX triplet: DA, 35 and 6D. RGB value is (218,53,109). Sum of RGB (Red+Green+Blue) = 218+53+109=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA356D is #25CA92. Grayscale: #6C6C6C. Windows color (decimal): -2476691 or 7157210. OLE color: 7157210.

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

Color convert

RGB 218 53 109 -
CMYK 0 0.76 0.5 0.15
HSL 339.64º 0.69% 0.53% -
HSV(B) 339.64º 0.76% 0.85% -
XYZ 32.95 18.56 16.31 -
YUV 108.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 218 53 109 0 0.76 0.5 0.15 339.64 0.69 0.53
Hex DA 35 6D 0 4C 32 F 154 45 35
Octal 332 65 155 0 114 62 17 524 105 65
Binary 11011010 110101 1101101 0 1001100 110010 1111 101010100 1000101 110101

Color Harmonies of #DA356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA356D

Black with #DA356D

Text Example


Text Example

White with #DA356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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