Html Css Color HEX #DA418D Deep Cerise

📋 copy color: '#DA418D'

red 218 ◦ green 65 ◦ blue 141

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

Shades of Deep Cerise #DA418D

Tints of Deep Cerise #DA418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.33%

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

R = 51.42%
G = 15.33%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA418D (or 0xDA418D) is known color: Deep Cerise. HEX triplet: DA, 41 and 8D. RGB value is (218,65,141). Sum of RGB (Red+Green+Blue) = 218+65+141=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA418D is #25BE72. Grayscale: #777777. Windows color (decimal): -2473587 or 9257434. OLE color: 9257434.

HSL color Cylindrical-coordinate representation of color #DA418D: hue angle of 330.2º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA418D is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 141 -
CMYK 0 0.70 0.35 0.15
HSL 330.2º 0.67% 0.55% -
HSV(B) 330.2º 0.7% 0.85% -
XYZ 35.61 20.61 27.3 -
YUV 119.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 218 65 141 0 0.70 0.35 0.15 330.2 0.67 0.55
Hex DA 41 8D 0 46 23 F 14A 43 37
Octal 332 101 215 0 106 43 17 512 103 67
Binary 11011010 1000001 10001101 0 1000110 100011 1111 101001010 1000011 110111

Color Harmonies of #DA418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA418D

Black with #DA418D

Text Example


Text Example

White with #DA418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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