Html Css Color HEX #DA277F Deep Cerise

📋 copy color: '#DA277F'

red 218 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #DA277F

Tints of Deep Cerise #DA277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.07%

R = 56.77%
G = 10.16%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA277F (or 0xDA277F) is known color: Deep Cerise. HEX triplet: DA, 27 and 7F. RGB value is (218,39,127). Sum of RGB (Red+Green+Blue) = 218+39+127=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA277F is #25D880. Grayscale: #666666. Windows color (decimal): -2480257 or 8333274. OLE color: 8333274.

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

Color convert

RGB 218 39 127 -
CMYK 0 0.82 0.42 0.15
HSL 330.5º 0.71% 0.5% -
HSV(B) 330.5º 0.82% 0.85% -
XYZ 33.47 17.89 21.77 -
YUV 102.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 218 39 127 0 0.82 0.42 0.15 330.5 0.71 0.5
Hex DA 27 7F 0 52 2A F 14B 47 32
Octal 332 47 177 0 122 52 17 513 107 62
Binary 11011010 100111 1111111 0 1010010 101010 1111 101001011 1000111 110010

Color Harmonies of #DA277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA277F

Black with #DA277F

Text Example


Text Example

White with #DA277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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