Html Css Color HEX #D5676A Froly

📋 copy color: '#D5676A'

red 213 ◦ green 103 ◦ blue 106

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

Shades of Froly #D5676A

Tints of Froly #D5676A

RGB

 RED value IS 213 (83.59% from 255) = 50.47%

 GREEN value IS 103 (40.63% from 255) = 24.41%

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

R = 50.47%
G = 24.41%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5676A (or 0xD5676A) is known color: Froly. HEX triplet: D5, 67 and 6A. RGB value is (213,103,106). Sum of RGB (Red+Green+Blue) = 213+103+106=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5676A is #2A9895. Grayscale: #888888. Windows color (decimal): -2791574 or 6973397. OLE color: 6973397.

HSL color Cylindrical-coordinate representation of color #D5676A: hue angle of 358.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5676A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 106 -
CMYK 0 0.52 0.50 0.16
HSL 358.36º 0.57% 0.62% -
HSV(B) 358.36º 0.52% 0.84% -
XYZ 34.89 24.89 16.6 -
YUV 136.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 213 103 106 0 0.52 0.50 0.16 358.36 0.57 0.62
Hex D5 67 6A 0 34 32 10 166 39 3E
Octal 325 147 152 0 64 62 20 546 71 76
Binary 11010101 1100111 1101010 0 110100 110010 10000 101100110 111001 111110

Color Harmonies of #D5676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5676A

Black with #D5676A

Text Example


Text Example

White with #D5676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5676A; }

 p { color: rgb(213,103,106); }

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

background-color css

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

 a { background-color: rgb(213,103,106); }

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

border-color css

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

 span { border-color: rgb(213,103,106); }

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