Html Css Color HEX #D5676B Froly

📋 copy color: '#D5676B'

red 213 ◦ green 103 ◦ blue 107

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

Shades of Froly #D5676B

Tints of Froly #D5676B

RGB

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

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

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

R = 50.35%
G = 24.35%
B = 25.3%

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

#D5676B (or 0xD5676B) is known color: Froly. HEX triplet: D5, 67 and 6B. RGB value is (213,103,107). Sum of RGB (Red+Green+Blue) = 213+103+107=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5676B is #2A9894. Grayscale: #888888. Windows color (decimal): -2791573 or 7038933. OLE color: 7038933.

HSL color Cylindrical-coordinate representation of color #D5676B: hue angle of 357.82º 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 #D5676B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 107 -
CMYK 0 0.52 0.50 0.16
HSL 357.82º 0.57% 0.62% -
HSV(B) 357.82º 0.52% 0.84% -
XYZ 34.94 24.91 16.88 -
YUV 136.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 213 103 107 0 0.52 0.50 0.16 357.82 0.57 0.62
Hex D5 67 6B 0 34 32 10 166 39 3E
Octal 325 147 153 0 64 62 20 546 71 76
Binary 11010101 1100111 1101011 0 110100 110010 10000 101100110 111001 111110

Color Harmonies of #D5676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5676B

Black with #D5676B

Text Example


Text Example

White with #D5676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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