Html Css Color HEX #DA279A Deep Cerise

📋 copy color: '#DA279A'

red 218 ◦ green 39 ◦ blue 154

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

Shades of Deep Cerise #DA279A

Tints of Deep Cerise #DA279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.49%

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

R = 53.04%
G = 9.49%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA279A (or 0xDA279A) is known color: Deep Cerise. HEX triplet: DA, 27 and 9A. RGB value is (218,39,154). Sum of RGB (Red+Green+Blue) = 218+39+154=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA279A is #25D865. Grayscale: #696969. Windows color (decimal): -2480230 or 10102746. OLE color: 10102746.

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

Color convert

RGB 218 39 154 -
CMYK 0 0.82 0.29 0.15
HSL 321.45º 0.71% 0.5% -
HSV(B) 321.45º 0.82% 0.85% -
XYZ 35.47 18.69 32.31 -
YUV 105.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 218 39 154 0 0.82 0.29 0.15 321.45 0.71 0.5
Hex DA 27 9A 0 52 1D F 141 47 32
Octal 332 47 232 0 122 35 17 501 107 62
Binary 11011010 100111 10011010 0 1010010 11101 1111 101000001 1000111 110010

Color Harmonies of #DA279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA279A

Black with #DA279A

Text Example


Text Example

White with #DA279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA279A; }

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

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

background-color css

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

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

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

border-color css

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

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

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