Html Css Color HEX #DA3569 Cerise

📋 copy color: '#DA3569'

red 218 ◦ green 53 ◦ blue 105

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

Shades of Cerise #DA3569

Tints of Cerise #DA3569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 57.98%
G = 14.1%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA3569 (or 0xDA3569) is known color: Cerise. HEX triplet: DA, 35 and 69. RGB value is (218,53,105). Sum of RGB (Red+Green+Blue) = 218+53+105=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3569 is #25CA96. Grayscale: #6C6C6C. Windows color (decimal): -2476695 or 6895066. OLE color: 6895066.

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

Color convert

RGB 218 53 105 -
CMYK 0 0.76 0.52 0.15
HSL 341.09º 0.69% 0.53% -
HSV(B) 341.09º 0.76% 0.85% -
XYZ 32.74 18.47 15.2 -
YUV 108.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 218 53 105 0 0.76 0.52 0.15 341.09 0.69 0.53
Hex DA 35 69 0 4C 34 F 155 45 35
Octal 332 65 151 0 114 64 17 525 105 65
Binary 11011010 110101 1101001 0 1001100 110100 1111 101010101 1000101 110101

Color Harmonies of #DA3569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3569

Black with #DA3569

Text Example


Text Example

White with #DA3569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3569; }

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

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

background-color css

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

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

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

border-color css

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

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

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