Html Css Color HEX #DA298A Deep Cerise

📋 copy color: '#DA298A'

red 218 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #DA298A

Tints of Deep Cerise #DA298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 54.91%
G = 10.33%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA298A (or 0xDA298A) is known color: Deep Cerise. HEX triplet: DA, 29 and 8A. RGB value is (218,41,138). Sum of RGB (Red+Green+Blue) = 218+41+138=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA298A is #25D675. Grayscale: #686868. Windows color (decimal): -2479734 or 9054682. OLE color: 9054682.

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

Color convert

RGB 218 41 138 -
CMYK 0 0.81 0.37 0.15
HSL 327.12º 0.71% 0.51% -
HSV(B) 327.12º 0.81% 0.85% -
XYZ 34.29 18.33 25.77 -
YUV 104.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 218 41 138 0 0.81 0.37 0.15 327.12 0.71 0.51
Hex DA 29 8A 0 51 25 F 147 47 33
Octal 332 51 212 0 121 45 17 507 107 63
Binary 11011010 101001 10001010 0 1010001 100101 1111 101000111 1000111 110011

Color Harmonies of #DA298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA298A

Black with #DA298A

Text Example


Text Example

White with #DA298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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