Html Css Color HEX #DA3E56 Cerise

📋 copy color: '#DA3E56'

red 218 ◦ green 62 ◦ blue 86

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

Shades of Cerise #DA3E56

Tints of Cerise #DA3E56

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

 BLUE value IS 86 (33.98% from 255) = 23.5%

R = 59.56%
G = 16.94%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA3E56 (or 0xDA3E56) is known color: Cerise. HEX triplet: DA, 3E and 56. RGB value is (218,62,86). Sum of RGB (Red+Green+Blue) = 218+62+86=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E56 is #25C1A9. Grayscale: #6F6F6F. Windows color (decimal): -2474410 or 5652186. OLE color: 5652186.

HSL color Cylindrical-coordinate representation of color #DA3E56: hue angle of 350.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E56 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 62 86 -
CMYK 0 0.72 0.61 0.15
HSL 350.77º 0.68% 0.55% -
HSV(B) 350.77º 0.72% 0.85% -
XYZ 32.32 19.02 10.77 -
YUV 111.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 218 62 86 0 0.72 0.61 0.15 350.77 0.68 0.55
Hex DA 3E 56 0 48 3D F 15F 44 37
Octal 332 76 126 0 110 75 17 537 104 67
Binary 11011010 111110 1010110 0 1001000 111101 1111 101011111 1000100 110111

Color Harmonies of #DA3E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E56

Black with #DA3E56

Text Example


Text Example

White with #DA3E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E56; }

 p { color: rgb(218,62,86); }

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

background-color css

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

 a { background-color: rgb(218,62,86); }

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

border-color css

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

 span { border-color: rgb(218,62,86); }

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