Html Css Color HEX #DA4062 Cerise

📋 copy color: '#DA4062'

red 218 ◦ green 64 ◦ blue 98

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

Shades of Cerise #DA4062

Tints of Cerise #DA4062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.79%

R = 57.37%
G = 16.84%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA4062 (or 0xDA4062) is known color: Cerise. HEX triplet: DA, 40 and 62. RGB value is (218,64,98). Sum of RGB (Red+Green+Blue) = 218+64+98=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4062 is #25BF9D. Grayscale: #717171. Windows color (decimal): -2473886 or 6439130. OLE color: 6439130.

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

Color convert

RGB 218 64 98 -
CMYK 0 0.71 0.55 0.15
HSL 346.75º 0.68% 0.55% -
HSV(B) 346.75º 0.71% 0.85% -
XYZ 32.95 19.45 13.57 -
YUV 113.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 218 64 98 0 0.71 0.55 0.15 346.75 0.68 0.55
Hex DA 40 62 0 47 37 F 15B 44 37
Octal 332 100 142 0 107 67 17 533 104 67
Binary 11011010 1000000 1100010 0 1000111 110111 1111 101011011 1000100 110111

Color Harmonies of #DA4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4062

Black with #DA4062

Text Example


Text Example

White with #DA4062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4062; }

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

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

background-color css

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

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

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

border-color css

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

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

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