Html Css Color HEX #DA418B Deep Cerise

📋 copy color: '#DA418B'

red 218 ◦ green 65 ◦ blue 139

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

Shades of Deep Cerise #DA418B

Tints of Deep Cerise #DA418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 51.66%
G = 15.4%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA418B (or 0xDA418B) is known color: Deep Cerise. HEX triplet: DA, 41 and 8B. RGB value is (218,65,139). Sum of RGB (Red+Green+Blue) = 218+65+139=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA418B is #25BE74. Grayscale: #777777. Windows color (decimal): -2473589 or 9126362. OLE color: 9126362.

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

Color convert

RGB 218 65 139 -
CMYK 0 0.70 0.36 0.15
HSL 330.98º 0.67% 0.55% -
HSV(B) 330.98º 0.7% 0.85% -
XYZ 35.46 20.55 26.52 -
YUV 119.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 218 65 139 0 0.70 0.36 0.15 330.98 0.67 0.55
Hex DA 41 8B 0 46 24 F 14B 43 37
Octal 332 101 213 0 106 44 17 513 103 67
Binary 11011010 1000001 10001011 0 1000110 100100 1111 101001011 1000011 110111

Color Harmonies of #DA418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA418B

Black with #DA418B

Text Example


Text Example

White with #DA418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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