Html Css Color HEX #DA3C5F Cerise

📋 copy color: '#DA3C5F'

red 218 ◦ green 60 ◦ blue 95

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

Shades of Cerise #DA3C5F

Tints of Cerise #DA3C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 58.45%
G = 16.09%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA3C5F (or 0xDA3C5F) is known color: Cerise. HEX triplet: DA, 3C and 5F. RGB value is (218,60,95). Sum of RGB (Red+Green+Blue) = 218+60+95=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C5F is #25C3A0. Grayscale: #6F6F6F. Windows color (decimal): -2474913 or 6241498. OLE color: 6241498.

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

Color convert

RGB 218 60 95 -
CMYK 0 0.72 0.56 0.15
HSL 346.71º 0.68% 0.55% -
HSV(B) 346.71º 0.72% 0.85% -
XYZ 32.59 18.96 12.77 -
YUV 111.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 218 60 95 0 0.72 0.56 0.15 346.71 0.68 0.55
Hex DA 3C 5F 0 48 38 F 15B 44 37
Octal 332 74 137 0 110 70 17 533 104 67
Binary 11011010 111100 1011111 0 1001000 111000 1111 101011011 1000100 110111

Color Harmonies of #DA3C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C5F

Black with #DA3C5F

Text Example


Text Example

White with #DA3C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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