Html Css Color HEX #DF8A7A New York Pink

📋 copy color: '#DF8A7A'

red 223 ◦ green 138 ◦ blue 122

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

Shades of New York Pink #DF8A7A

Tints of New York Pink #DF8A7A

RGB

 RED value IS 223 (87.5% from 255) = 46.17%

 GREEN value IS 138 (54.3% from 255) = 28.57%

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

R = 46.17%
G = 28.57%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF8A7A (or 0xDF8A7A) is known color: New York Pink. HEX triplet: DF, 8A and 7A. RGB value is (223,138,122). Sum of RGB (Red+Green+Blue) = 223+138+122=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A7A is #207585. Grayscale: #A1A1A1. Windows color (decimal): -2127238 or 8030943. OLE color: 8030943.

HSL color Cylindrical-coordinate representation of color #DF8A7A: hue angle of 9.5º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF8A7A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 138 122 -
CMYK 0 0.38 0.45 0.13
HSL 9.5º 0.61% 0.68% -
HSV(B) 9.5º 0.45% 0.87% -
XYZ 43.03 35.27 22.95 -
YUV 161.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 223 138 122 0 0.38 0.45 0.13 9.5 0.61 0.68
Hex DF 8A 7A 0 26 2D D A 3D 44
Octal 337 212 172 0 46 55 15 12 75 104
Binary 11011111 10001010 1111010 0 100110 101101 1101 1010 111101 1000100

Color Harmonies of #DF8A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A7A

Black with #DF8A7A

Text Example


Text Example

White with #DF8A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A7A; }

 p { color: rgb(223,138,122); }

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

background-color css

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

 a { background-color: rgb(223,138,122); }

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

border-color css

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

 span { border-color: rgb(223,138,122); }

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