Html Css Color HEX #DA3C64 Cerise

📋 copy color: '#DA3C64'

red 218 ◦ green 60 ◦ blue 100

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

Shades of Cerise #DA3C64

Tints of Cerise #DA3C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.46%

R = 57.67%
G = 15.87%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA3C64 (or 0xDA3C64) is known color: Cerise. HEX triplet: DA, 3C and 64. RGB value is (218,60,100). Sum of RGB (Red+Green+Blue) = 218+60+100=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C64 is #25C39B. Grayscale: #6F6F6F. Windows color (decimal): -2474908 or 6569178. OLE color: 6569178.

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

Color convert

RGB 218 60 100 -
CMYK 0 0.72 0.54 0.15
HSL 344.81º 0.68% 0.55% -
HSV(B) 344.81º 0.72% 0.85% -
XYZ 32.83 19.06 14 -
YUV 111.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 218 60 100 0 0.72 0.54 0.15 344.81 0.68 0.55
Hex DA 3C 64 0 48 36 F 159 44 37
Octal 332 74 144 0 110 66 17 531 104 67
Binary 11011010 111100 1100100 0 1001000 110110 1111 101011001 1000100 110111

Color Harmonies of #DA3C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C64

Black with #DA3C64

Text Example


Text Example

White with #DA3C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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