Html Css Color HEX #DC606B Froly

📋 copy color: '#DC606B'

red 220 ◦ green 96 ◦ blue 107

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

Shades of Froly #DC606B

Tints of Froly #DC606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 52.01%
G = 22.7%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC606B (or 0xDC606B) is known color: Froly. HEX triplet: DC, 60 and 6B. RGB value is (220,96,107). Sum of RGB (Red+Green+Blue) = 220+96+107=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606B is #239F94. Grayscale: #868686. Windows color (decimal): -2334613 or 7037148. OLE color: 7037148.

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

Color convert

RGB 220 96 107 -
CMYK 0 0.56 0.51 0.14
HSL 354.68º 0.64% 0.62% -
HSV(B) 354.68º 0.56% 0.86% -
XYZ 36.35 24.64 16.75 -
YUV 134.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 220 96 107 0 0.56 0.51 0.14 354.68 0.64 0.62
Hex DC 60 6B 0 38 33 E 163 40 3E
Octal 334 140 153 0 70 63 16 543 100 76
Binary 11011100 1100000 1101011 0 111000 110011 1110 101100011 1000000 111110

Color Harmonies of #DC606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC606B

Black with #DC606B

Text Example


Text Example

White with #DC606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC606B; }

 p { color: rgb(220,96,107); }

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

background-color css

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

 a { background-color: rgb(220,96,107); }

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

border-color css

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

 span { border-color: rgb(220,96,107); }

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