Html Css Color HEX #D2757A Froly

📋 copy color: '#D2757A'

red 210 ◦ green 117 ◦ blue 122

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

Shades of Froly #D2757A

Tints of Froly #D2757A

RGB

 RED value IS 210 (82.42% from 255) = 46.77%

 GREEN value IS 117 (46.09% from 255) = 26.06%

 BLUE value IS 122 (48.05% from 255) = 27.17%

R = 46.77%
G = 26.06%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2757A (or 0xD2757A) is known color: Froly. HEX triplet: D2, 75 and 7A. RGB value is (210,117,122). Sum of RGB (Red+Green+Blue) = 210+117+122=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2757A is #2D8A85. Grayscale: #919191. Windows color (decimal): -2984582 or 8025554. OLE color: 8025554.

HSL color Cylindrical-coordinate representation of color #D2757A: hue angle of 356.77º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2757A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 122 -
CMYK 0 0.44 0.42 0.18
HSL 356.77º 0.51% 0.64% -
HSV(B) 356.77º 0.44% 0.82% -
XYZ 36.45 27.83 21.86 -
YUV 145.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 210 117 122 0 0.44 0.42 0.18 356.77 0.51 0.64
Hex D2 75 7A 0 2C 2A 12 165 33 40
Octal 322 165 172 0 54 52 22 545 63 100
Binary 11010010 1110101 1111010 0 101100 101010 10010 101100101 110011 1000000

Color Harmonies of #D2757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2757A

Black with #D2757A

Text Example


Text Example

White with #D2757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2757A; }

 p { color: rgb(210,117,122); }

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

background-color css

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

 a { background-color: rgb(210,117,122); }

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

border-color css

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

 span { border-color: rgb(210,117,122); }

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