Html Css Color HEX #DC626D Froly

📋 copy color: '#DC626D'

red 220 ◦ green 98 ◦ blue 109

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

Shades of Froly #DC626D

Tints of Froly #DC626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 51.52%
G = 22.95%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC626D (or 0xDC626D) is known color: Froly. HEX triplet: DC, 62 and 6D. RGB value is (220,98,109). Sum of RGB (Red+Green+Blue) = 220+98+109=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC626D is #239D92. Grayscale: #878787. Windows color (decimal): -2334099 or 7168732. OLE color: 7168732.

HSL color Cylindrical-coordinate representation of color #DC626D: hue angle of 354.59º 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 #DC626D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 109 -
CMYK 0 0.55 0.50 0.14
HSL 354.59º 0.64% 0.62% -
HSV(B) 354.59º 0.55% 0.86% -
XYZ 36.64 25.06 17.37 -
YUV 135.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 220 98 109 0 0.55 0.50 0.14 354.59 0.64 0.62
Hex DC 62 6D 0 37 32 E 163 40 3E
Octal 334 142 155 0 67 62 16 543 100 76
Binary 11011100 1100010 1101101 0 110111 110010 1110 101100011 1000000 111110

Color Harmonies of #DC626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC626D

Black with #DC626D

Text Example


Text Example

White with #DC626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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