Html Css Color HEX #DA356C Cerise

📋 copy color: '#DA356C'

red 218 ◦ green 53 ◦ blue 108

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

Shades of Cerise #DA356C

Tints of Cerise #DA356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 57.52%
G = 13.98%
B = 28.5%

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

#DA356C (or 0xDA356C) is known color: Cerise. HEX triplet: DA, 35 and 6C. RGB value is (218,53,108). Sum of RGB (Red+Green+Blue) = 218+53+108=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA356C is #25CA93. Grayscale: #6C6C6C. Windows color (decimal): -2476692 or 7091674. OLE color: 7091674.

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

Color convert

RGB 218 53 108 -
CMYK 0 0.76 0.50 0.15
HSL 340º 0.69% 0.53% -
HSV(B) 340º 0.76% 0.85% -
XYZ 32.89 18.53 16.03 -
YUV 108.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 218 53 108 0 0.76 0.50 0.15 340 0.69 0.53
Hex DA 35 6C 0 4C 32 F 154 45 35
Octal 332 65 154 0 114 62 17 524 105 65
Binary 11011010 110101 1101100 0 1001100 110010 1111 101010100 1000101 110101

Color Harmonies of #DA356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA356C

Black with #DA356C

Text Example


Text Example

White with #DA356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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