Html Css Color HEX #DA408D Deep Cerise

📋 copy color: '#DA408D'

red 218 ◦ green 64 ◦ blue 141

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

Shades of Deep Cerise #DA408D

Tints of Deep Cerise #DA408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 51.54%
G = 15.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA408D (or 0xDA408D) is known color: Deep Cerise. HEX triplet: DA, 40 and 8D. RGB value is (218,64,141). Sum of RGB (Red+Green+Blue) = 218+64+141=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA408D is #25BF72. Grayscale: #767676. Windows color (decimal): -2473843 or 9257178. OLE color: 9257178.

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

Color convert

RGB 218 64 141 -
CMYK 0 0.71 0.35 0.15
HSL 330º 0.68% 0.55% -
HSV(B) 330º 0.71% 0.85% -
XYZ 35.55 20.5 27.28 -
YUV 118.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 218 64 141 0 0.71 0.35 0.15 330 0.68 0.55
Hex DA 40 8D 0 47 23 F 14A 44 37
Octal 332 100 215 0 107 43 17 512 104 67
Binary 11011010 1000000 10001101 0 1000111 100011 1111 101001010 1000100 110111

Color Harmonies of #DA408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA408D

Black with #DA408D

Text Example


Text Example

White with #DA408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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