Html Css Color HEX #DA298F Deep Cerise

📋 copy color: '#DA298F'

red 218 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #DA298F

Tints of Deep Cerise #DA298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 54.23%
G = 10.2%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA298F (or 0xDA298F) is known color: Deep Cerise. HEX triplet: DA, 29 and 8F. RGB value is (218,41,143). Sum of RGB (Red+Green+Blue) = 218+41+143=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA298F is #25D670. Grayscale: #696969. Windows color (decimal): -2479729 or 9382362. OLE color: 9382362.

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

Color convert

RGB 218 41 143 -
CMYK 0 0.81 0.34 0.15
HSL 325.42º 0.71% 0.51% -
HSV(B) 325.42º 0.81% 0.85% -
XYZ 34.66 18.47 27.73 -
YUV 105.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 218 41 143 0 0.81 0.34 0.15 325.42 0.71 0.51
Hex DA 29 8F 0 51 22 F 145 47 33
Octal 332 51 217 0 121 42 17 505 107 63
Binary 11011010 101001 10001111 0 1010001 100010 1111 101000101 1000111 110011

Color Harmonies of #DA298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA298F

Black with #DA298F

Text Example


Text Example

White with #DA298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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