Html Css Color HEX #DA405B Cerise

📋 copy color: '#DA405B'

red 218 ◦ green 64 ◦ blue 91

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

Shades of Cerise #DA405B

Tints of Cerise #DA405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 58.45%
G = 17.16%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA405B (or 0xDA405B) is known color: Cerise. HEX triplet: DA, 40 and 5B. RGB value is (218,64,91). Sum of RGB (Red+Green+Blue) = 218+64+91=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA405B is #25BFA4. Grayscale: #717171. Windows color (decimal): -2473893 or 5980378. OLE color: 5980378.

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

Color convert

RGB 218 64 91 -
CMYK 0 0.71 0.58 0.15
HSL 349.48º 0.68% 0.55% -
HSV(B) 349.48º 0.71% 0.85% -
XYZ 32.64 19.33 11.91 -
YUV 113.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 218 64 91 0 0.71 0.58 0.15 349.48 0.68 0.55
Hex DA 40 5B 0 47 3A F 15D 44 37
Octal 332 100 133 0 107 72 17 535 104 67
Binary 11011010 1000000 1011011 0 1000111 111010 1111 101011101 1000100 110111

Color Harmonies of #DA405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA405B

Black with #DA405B

Text Example


Text Example

White with #DA405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA405B; }

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

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

background-color css

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

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

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

border-color css

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

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

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