Html Css Color HEX #DA277A Deep Cerise

📋 copy color: '#DA277A'

red 218 ◦ green 39 ◦ blue 122

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

Shades of Deep Cerise #DA277A

Tints of Deep Cerise #DA277A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 57.52%
G = 10.29%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA277A (or 0xDA277A) is known color: Deep Cerise. HEX triplet: DA, 27 and 7A. RGB value is (218,39,122). Sum of RGB (Red+Green+Blue) = 218+39+122=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA277A is #25D885. Grayscale: #656565. Windows color (decimal): -2480262 or 8005594. OLE color: 8005594.

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

Color convert

RGB 218 39 122 -
CMYK 0 0.82 0.44 0.15
HSL 332.18º 0.71% 0.5% -
HSV(B) 332.18º 0.82% 0.85% -
XYZ 33.15 17.76 20.09 -
YUV 101.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 218 39 122 0 0.82 0.44 0.15 332.18 0.71 0.5
Hex DA 27 7A 0 52 2C F 14C 47 32
Octal 332 47 172 0 122 54 17 514 107 62
Binary 11011010 100111 1111010 0 1010010 101100 1111 101001100 1000111 110010

Color Harmonies of #DA277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA277A

Black with #DA277A

Text Example


Text Example

White with #DA277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA277A; }

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

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

background-color css

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

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

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

border-color css

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

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

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