Html Css Color HEX #DA406C Cerise

📋 copy color: '#DA406C'

red 218 ◦ green 64 ◦ blue 108

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

Shades of Cerise #DA406C

Tints of Cerise #DA406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 55.9%
G = 16.41%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA406C (or 0xDA406C) is known color: Cerise. HEX triplet: DA, 40 and 6C. RGB value is (218,64,108). Sum of RGB (Red+Green+Blue) = 218+64+108=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA406C is #25BF93. Grayscale: #737373. Windows color (decimal): -2473876 or 7094490. OLE color: 7094490.

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

Color convert

RGB 218 64 108 -
CMYK 0 0.71 0.50 0.15
HSL 342.86º 0.68% 0.55% -
HSV(B) 342.86º 0.71% 0.85% -
XYZ 33.45 19.65 16.22 -
YUV 115.06 124.02 201.42 -
System Red Green Blue C M Y K H S L
Decimal 218 64 108 0 0.71 0.50 0.15 342.86 0.68 0.55
Hex DA 40 6C 0 47 32 F 157 44 37
Octal 332 100 154 0 107 62 17 527 104 67
Binary 11011010 1000000 1101100 0 1000111 110010 1111 101010111 1000100 110111

Color Harmonies of #DA406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA406C

Black with #DA406C

Text Example


Text Example

White with #DA406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA406C; }

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

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

background-color css

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

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

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

border-color css

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

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

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