Html Css Color HEX #DC626C Froly

📋 copy color: '#DC626C'

red 220 ◦ green 98 ◦ blue 108

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

Shades of Froly #DC626C

Tints of Froly #DC626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.35%

R = 51.64%
G = 23%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC626C (or 0xDC626C) is known color: Froly. HEX triplet: DC, 62 and 6C. RGB value is (220,98,108). Sum of RGB (Red+Green+Blue) = 220+98+108=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC626C is #239D93. Grayscale: #878787. Windows color (decimal): -2334100 or 7103196. OLE color: 7103196.

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

Color convert

RGB 220 98 108 -
CMYK 0 0.55 0.51 0.14
HSL 355.08º 0.64% 0.62% -
HSV(B) 355.08º 0.55% 0.86% -
XYZ 36.59 25.03 17.09 -
YUV 135.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 220 98 108 0 0.55 0.51 0.14 355.08 0.64 0.62
Hex DC 62 6C 0 37 33 E 163 40 3E
Octal 334 142 154 0 67 63 16 543 100 76
Binary 11011100 1100010 1101100 0 110111 110011 1110 101100011 1000000 111110

Color Harmonies of #DC626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC626C

Black with #DC626C

Text Example


Text Example

White with #DC626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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