Html Css Color HEX #DC636A Froly

📋 copy color: '#DC636A'

red 220 ◦ green 99 ◦ blue 106

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

Shades of Froly #DC636A

Tints of Froly #DC636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 51.76%
G = 23.29%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC636A (or 0xDC636A) is known color: Froly. HEX triplet: DC, 63 and 6A. RGB value is (220,99,106). Sum of RGB (Red+Green+Blue) = 220+99+106=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC636A is #239C95. Grayscale: #888888. Windows color (decimal): -2333846 or 6972380. OLE color: 6972380.

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

Color convert

RGB 220 99 106 -
CMYK 0 0.55 0.52 0.14
HSL 356.53º 0.63% 0.63% -
HSV(B) 356.53º 0.55% 0.86% -
XYZ 36.58 25.18 16.57 -
YUV 135.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 220 99 106 0 0.55 0.52 0.14 356.53 0.63 0.63
Hex DC 63 6A 0 37 34 E 165 3F 3F
Octal 334 143 152 0 67 64 16 545 77 77
Binary 11011100 1100011 1101010 0 110111 110100 1110 101100101 111111 111111

Color Harmonies of #DC636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC636A

Black with #DC636A

Text Example


Text Example

White with #DC636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC636A; }

 p { color: rgb(220,99,106); }

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

background-color css

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

 a { background-color: rgb(220,99,106); }

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

border-color css

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

 span { border-color: rgb(220,99,106); }

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