Html Css Color HEX #DA249A Deep Cerise

📋 copy color: '#DA249A'

red 218 ◦ green 36 ◦ blue 154

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

Shades of Deep Cerise #DA249A

Tints of Deep Cerise #DA249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.82%

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 53.43%
G = 8.82%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA249A (or 0xDA249A) is known color: Deep Cerise. HEX triplet: DA, 24 and 9A. RGB value is (218,36,154). Sum of RGB (Red+Green+Blue) = 218+36+154=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA249A is #25DB65. Grayscale: #676767. Windows color (decimal): -2480998 or 10101978. OLE color: 10101978.

HSL color Cylindrical-coordinate representation of color #DA249A: hue angle of 321.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA249A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 154 -
CMYK 0 0.83 0.29 0.15
HSL 321.1º 0.72% 0.5% -
HSV(B) 321.1º 0.83% 0.85% -
XYZ 35.38 18.5 32.28 -
YUV 103.87 156.3 209.41 -
System Red Green Blue C M Y K H S L
Decimal 218 36 154 0 0.83 0.29 0.15 321.1 0.72 0.5
Hex DA 24 9A 0 53 1D F 141 48 32
Octal 332 44 232 0 123 35 17 501 110 62
Binary 11011010 100100 10011010 0 1010011 11101 1111 101000001 1001000 110010

Color Harmonies of #DA249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA249A

Black with #DA249A

Text Example


Text Example

White with #DA249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA249A; }

 p { color: rgb(218,36,154); }

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

background-color css

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

 a { background-color: rgb(218,36,154); }

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

border-color css

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

 span { border-color: rgb(218,36,154); }

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