Html Css Color HEX #DA298E Deep Cerise

📋 copy color: '#DA298E'

red 218 ◦ green 41 ◦ blue 142

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

Shades of Deep Cerise #DA298E

Tints of Deep Cerise #DA298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.22%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 54.36%
G = 10.22%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA298E (or 0xDA298E) is known color: Deep Cerise. HEX triplet: DA, 29 and 8E. RGB value is (218,41,142). Sum of RGB (Red+Green+Blue) = 218+41+142=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA298E is #25D671. Grayscale: #696969. Windows color (decimal): -2479730 or 9316826. OLE color: 9316826.

HSL color Cylindrical-coordinate representation of color #DA298E: hue angle of 325.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA298E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 142 -
CMYK 0 0.81 0.35 0.15
HSL 325.76º 0.71% 0.51% -
HSV(B) 325.76º 0.81% 0.85% -
XYZ 34.59 18.44 27.33 -
YUV 105.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 218 41 142 0 0.81 0.35 0.15 325.76 0.71 0.51
Hex DA 29 8E 0 51 23 F 146 47 33
Octal 332 51 216 0 121 43 17 506 107 63
Binary 11011010 101001 10001110 0 1010001 100011 1111 101000110 1000111 110011

Color Harmonies of #DA298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA298E

Black with #DA298E

Text Example


Text Example

White with #DA298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA298E; }

 p { color: rgb(218,41,142); }

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

background-color css

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

 a { background-color: rgb(218,41,142); }

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

border-color css

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

 span { border-color: rgb(218,41,142); }

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