Html Css Color HEX #DA4061 Cerise

📋 copy color: '#DA4061'

red 218 ◦ green 64 ◦ blue 97

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

Shades of Cerise #DA4061

Tints of Cerise #DA4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 97 (38.28% from 255) = 25.59%

R = 57.52%
G = 16.89%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA4061 (or 0xDA4061) is known color: Cerise. HEX triplet: DA, 40 and 61. RGB value is (218,64,97). Sum of RGB (Red+Green+Blue) = 218+64+97=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4061 is #25BF9E. Grayscale: #717171. Windows color (decimal): -2473887 or 6373594. OLE color: 6373594.

HSL color Cylindrical-coordinate representation of color #DA4061: hue angle of 347.14º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4061 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 97 -
CMYK 0 0.71 0.56 0.15
HSL 347.14º 0.68% 0.55% -
HSV(B) 347.14º 0.71% 0.85% -
XYZ 32.9 19.44 13.33 -
YUV 113.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 218 64 97 0 0.71 0.56 0.15 347.14 0.68 0.55
Hex DA 40 61 0 47 38 F 15B 44 37
Octal 332 100 141 0 107 70 17 533 104 67
Binary 11011010 1000000 1100001 0 1000111 111000 1111 101011011 1000100 110111

Color Harmonies of #DA4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4061

Black with #DA4061

Text Example


Text Example

White with #DA4061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4061; }

 p { color: rgb(218,64,97); }

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

background-color css

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

 a { background-color: rgb(218,64,97); }

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

border-color css

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

 span { border-color: rgb(218,64,97); }

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