Html Css Color HEX #DA356E Cerise

📋 copy color: '#DA356E'

red 218 ◦ green 53 ◦ blue 110

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

Shades of Cerise #DA356E

Tints of Cerise #DA356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 57.22%
G = 13.91%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA356E (or 0xDA356E) is known color: Cerise. HEX triplet: DA, 35 and 6E. RGB value is (218,53,110). Sum of RGB (Red+Green+Blue) = 218+53+110=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA356E is #25CA91. Grayscale: #6C6C6C. Windows color (decimal): -2476690 or 7222746. OLE color: 7222746.

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

Color convert

RGB 218 53 110 -
CMYK 0 0.76 0.50 0.15
HSL 339.27º 0.69% 0.53% -
HSV(B) 339.27º 0.76% 0.85% -
XYZ 33 18.58 16.6 -
YUV 108.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 218 53 110 0 0.76 0.50 0.15 339.27 0.69 0.53
Hex DA 35 6E 0 4C 32 F 153 45 35
Octal 332 65 156 0 114 62 17 523 105 65
Binary 11011010 110101 1101110 0 1001100 110010 1111 101010011 1000101 110101

Color Harmonies of #DA356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA356E

Black with #DA356E

Text Example


Text Example

White with #DA356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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