Html Css Color HEX #DA356F Cerise

📋 copy color: '#DA356F'

red 218 ◦ green 53 ◦ blue 111

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

Shades of Cerise #DA356F

Tints of Cerise #DA356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 57.07%
G = 13.87%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA356F (or 0xDA356F) is known color: Cerise. HEX triplet: DA, 35 and 6F. RGB value is (218,53,111). Sum of RGB (Red+Green+Blue) = 218+53+111=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA356F is #25CA90. Grayscale: #6C6C6C. Windows color (decimal): -2476689 or 7288282. OLE color: 7288282.

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

Color convert

RGB 218 53 111 -
CMYK 0 0.76 0.49 0.15
HSL 338.91º 0.69% 0.53% -
HSV(B) 338.91º 0.76% 0.85% -
XYZ 33.06 18.6 16.89 -
YUV 108.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 218 53 111 0 0.76 0.49 0.15 338.91 0.69 0.53
Hex DA 35 6F 0 4C 31 F 153 45 35
Octal 332 65 157 0 114 61 17 523 105 65
Binary 11011010 110101 1101111 0 1001100 110001 1111 101010011 1000101 110101

Color Harmonies of #DA356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA356F

Black with #DA356F

Text Example


Text Example

White with #DA356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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