Html Css Color HEX #DA3C5A Cerise

📋 copy color: '#DA3C5A'

red 218 ◦ green 60 ◦ blue 90

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

Shades of Cerise #DA3C5A

Tints of Cerise #DA3C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.3%

 BLUE value IS 90 (35.55% from 255) = 24.46%

R = 59.24%
G = 16.3%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA3C5A (or 0xDA3C5A) is known color: Cerise. HEX triplet: DA, 3C and 5A. RGB value is (218,60,90). Sum of RGB (Red+Green+Blue) = 218+60+90=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C5A is #25C3A5. Grayscale: #6E6E6E. Windows color (decimal): -2474918 or 5913818. OLE color: 5913818.

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

Color convert

RGB 218 60 90 -
CMYK 0 0.72 0.59 0.15
HSL 348.61º 0.68% 0.55% -
HSV(B) 348.61º 0.72% 0.85% -
XYZ 32.37 18.88 11.61 -
YUV 110.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 218 60 90 0 0.72 0.59 0.15 348.61 0.68 0.55
Hex DA 3C 5A 0 48 3B F 15D 44 37
Octal 332 74 132 0 110 73 17 535 104 67
Binary 11011010 111100 1011010 0 1001000 111011 1111 101011101 1000100 110111

Color Harmonies of #DA3C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C5A

Black with #DA3C5A

Text Example


Text Example

White with #DA3C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C5A; }

 p { color: rgb(218,60,90); }

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

background-color css

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

 a { background-color: rgb(218,60,90); }

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

border-color css

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

 span { border-color: rgb(218,60,90); }

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