Html Css Color HEX #DA299C Deep Cerise

📋 copy color: '#DA299C'

red 218 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #DA299C

Tints of Deep Cerise #DA299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 52.53%
G = 9.88%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA299C (or 0xDA299C) is known color: Deep Cerise. HEX triplet: DA, 29 and 9C. RGB value is (218,41,156). Sum of RGB (Red+Green+Blue) = 218+41+156=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA299C is #25D663. Grayscale: #6A6A6A. Windows color (decimal): -2479716 or 10234330. OLE color: 10234330.

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

Color convert

RGB 218 41 156 -
CMYK 0 0.81 0.28 0.15
HSL 321.02º 0.71% 0.51% -
HSV(B) 321.02º 0.81% 0.85% -
XYZ 35.71 18.89 33.22 -
YUV 107.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 218 41 156 0 0.81 0.28 0.15 321.02 0.71 0.51
Hex DA 29 9C 0 51 1C F 141 47 33
Octal 332 51 234 0 121 34 17 501 107 63
Binary 11011010 101001 10011100 0 1010001 11100 1111 101000001 1000111 110011

Color Harmonies of #DA299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA299C

Black with #DA299C

Text Example


Text Example

White with #DA299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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