Html Css Color HEX #DA3257 Cerise

📋 copy color: '#DA3257'

red 218 ◦ green 50 ◦ blue 87

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

Shades of Cerise #DA3257

Tints of Cerise #DA3257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.08%

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 61.41%
G = 14.08%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA3257 (or 0xDA3257) is known color: Cerise. HEX triplet: DA, 32 and 57. RGB value is (218,50,87). Sum of RGB (Red+Green+Blue) = 218+50+87=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3257 is #25CDA8. Grayscale: #686868. Windows color (decimal): -2477481 or 5714650. OLE color: 5714650.

HSL color Cylindrical-coordinate representation of color #DA3257: hue angle of 346.79º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3257 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 87 -
CMYK 0 0.77 0.60 0.15
HSL 346.79º 0.69% 0.53% -
HSV(B) 346.79º 0.77% 0.85% -
XYZ 31.77 17.87 10.79 -
YUV 104.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 218 50 87 0 0.77 0.60 0.15 346.79 0.69 0.53
Hex DA 32 57 0 4D 3C F 15B 45 35
Octal 332 62 127 0 115 74 17 533 105 65
Binary 11011010 110010 1010111 0 1001101 111100 1111 101011011 1000101 110101

Color Harmonies of #DA3257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3257

Black with #DA3257

Text Example


Text Example

White with #DA3257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3257; }

 p { color: rgb(218,50,87); }

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

background-color css

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

 a { background-color: rgb(218,50,87); }

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

border-color css

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

 span { border-color: rgb(218,50,87); }

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