Html Css Color HEX #DA278A Deep Cerise

📋 copy color: '#DA278A'

red 218 ◦ green 39 ◦ blue 138

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

Shades of Deep Cerise #DA278A

Tints of Deep Cerise #DA278A

RGB

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

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

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

R = 55.19%
G = 9.87%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA278A (or 0xDA278A) is known color: Deep Cerise. HEX triplet: DA, 27 and 8A. RGB value is (218,39,138). Sum of RGB (Red+Green+Blue) = 218+39+138=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA278A is #25D875. Grayscale: #676767. Windows color (decimal): -2480246 or 9054170. OLE color: 9054170.

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

Color convert

RGB 218 39 138 -
CMYK 0 0.82 0.37 0.15
HSL 326.82º 0.71% 0.5% -
HSV(B) 326.82º 0.82% 0.85% -
XYZ 34.23 18.19 25.75 -
YUV 103.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 218 39 138 0 0.82 0.37 0.15 326.82 0.71 0.5
Hex DA 27 8A 0 52 25 F 147 47 32
Octal 332 47 212 0 122 45 17 507 107 62
Binary 11011010 100111 10001010 0 1010010 100101 1111 101000111 1000111 110010

Color Harmonies of #DA278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA278A

Black with #DA278A

Text Example


Text Example

White with #DA278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA278A; }

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

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

background-color css

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

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

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

border-color css

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

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

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