Html Css Color HEX #D3646C Froly

📋 copy color: '#D3646C'

red 211 ◦ green 100 ◦ blue 108

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

Shades of Froly #D3646C

Tints of Froly #D3646C

RGB

 RED value IS 211 (82.81% from 255) = 50.36%

 GREEN value IS 100 (39.45% from 255) = 23.87%

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

R = 50.36%
G = 23.87%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3646C (or 0xD3646C) is known color: Froly. HEX triplet: D3, 64 and 6C. RGB value is (211,100,108). Sum of RGB (Red+Green+Blue) = 211+100+108=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3646C is #2C9B93. Grayscale: #868686. Windows color (decimal): -2923412 or 7103699. OLE color: 7103699.

HSL color Cylindrical-coordinate representation of color #D3646C: hue angle of 355.68º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3646C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 100 108 -
CMYK 0 0.53 0.49 0.17
HSL 355.68º 0.56% 0.61% -
HSV(B) 355.68º 0.53% 0.83% -
XYZ 34.13 24.05 17.03 -
YUV 134.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 211 100 108 0 0.53 0.49 0.17 355.68 0.56 0.61
Hex D3 64 6C 0 35 31 11 164 38 3D
Octal 323 144 154 0 65 61 21 544 70 75
Binary 11010011 1100100 1101100 0 110101 110001 10001 101100100 111000 111101

Color Harmonies of #D3646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3646C

Black with #D3646C

Text Example


Text Example

White with #D3646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3646C; }

 p { color: rgb(211,100,108); }

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

background-color css

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

 a { background-color: rgb(211,100,108); }

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

border-color css

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

 span { border-color: rgb(211,100,108); }

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