Html Css Color HEX #DA355B Cerise

📋 copy color: '#DA355B'

red 218 ◦ green 53 ◦ blue 91

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

Shades of Cerise #DA355B

Tints of Cerise #DA355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 60.22%
G = 14.64%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA355B (or 0xDA355B) is known color: Cerise. HEX triplet: DA, 35 and 5B. RGB value is (218,53,91). Sum of RGB (Red+Green+Blue) = 218+53+91=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA355B is #25CAA4. Grayscale: #6A6A6A. Windows color (decimal): -2476709 or 5977562. OLE color: 5977562.

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

Color convert

RGB 218 53 91 -
CMYK 0 0.76 0.58 0.15
HSL 346.18º 0.69% 0.53% -
HSV(B) 346.18º 0.76% 0.85% -
XYZ 32.07 18.21 11.72 -
YUV 106.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 218 53 91 0 0.76 0.58 0.15 346.18 0.69 0.53
Hex DA 35 5B 0 4C 3A F 15A 45 35
Octal 332 65 133 0 114 72 17 532 105 65
Binary 11011010 110101 1011011 0 1001100 111010 1111 101011010 1000101 110101

Color Harmonies of #DA355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA355B

Black with #DA355B

Text Example


Text Example

White with #DA355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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