Html Css Color HEX #DC6277 Froly

📋 copy color: '#DC6277'

red 220 ◦ green 98 ◦ blue 119

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

Shades of Froly #DC6277

Tints of Froly #DC6277

RGB

 RED value IS 220 (86.33% from 255) = 50.34%

 GREEN value IS 98 (38.67% from 255) = 22.43%

 BLUE value IS 119 (46.88% from 255) = 27.23%

R = 50.34%
G = 22.43%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6277 (or 0xDC6277) is known color: Froly. HEX triplet: DC, 62 and 77. RGB value is (220,98,119). Sum of RGB (Red+Green+Blue) = 220+98+119=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6277 is #239D88. Grayscale: #888888. Windows color (decimal): -2334089 or 7824092. OLE color: 7824092.

HSL color Cylindrical-coordinate representation of color #DC6277: hue angle of 349.67º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6277 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 119 -
CMYK 0 0.55 0.46 0.14
HSL 349.67º 0.64% 0.62% -
HSV(B) 349.67º 0.55% 0.86% -
XYZ 37.21 25.28 20.37 -
YUV 136.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 220 98 119 0 0.55 0.46 0.14 349.67 0.64 0.62
Hex DC 62 77 0 37 2E E 15E 40 3E
Octal 334 142 167 0 67 56 16 536 100 76
Binary 11011100 1100010 1110111 0 110111 101110 1110 101011110 1000000 111110

Color Harmonies of #DC6277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6277

Black with #DC6277

Text Example


Text Example

White with #DC6277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6277; }

 p { color: rgb(220,98,119); }

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

background-color css

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

 a { background-color: rgb(220,98,119); }

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

border-color css

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

 span { border-color: rgb(220,98,119); }

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