Html Css Color HEX #DF7B68 New York Pink

📋 copy color: '#DF7B68'

red 223 ◦ green 123 ◦ blue 104

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

Shades of New York Pink #DF7B68

Tints of New York Pink #DF7B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 104 (41.02% from 255) = 23.11%

R = 49.56%
G = 27.33%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF7B68 (or 0xDF7B68) is known color: New York Pink. HEX triplet: DF, 7B and 68. RGB value is (223,123,104). Sum of RGB (Red+Green+Blue) = 223+123+104=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B68 is #208497. Grayscale: #969696. Windows color (decimal): -2131096 or 6847455. OLE color: 6847455.

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

Color convert

RGB 223 123 104 -
CMYK 0 0.45 0.53 0.13
HSL 9.58º 0.65% 0.64% -
HSV(B) 9.58º 0.53% 0.87% -
XYZ 40.01 30.85 16.94 -
YUV 150.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 223 123 104 0 0.45 0.53 0.13 9.58 0.65 0.64
Hex DF 7B 68 0 2D 35 D A 41 40
Octal 337 173 150 0 55 65 15 12 101 100
Binary 11011111 1111011 1101000 0 101101 110101 1101 1010 1000001 1000000

Color Harmonies of #DF7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B68

Black with #DF7B68

Text Example


Text Example

White with #DF7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B68; }

 p { color: rgb(223,123,104); }

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

background-color css

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

 a { background-color: rgb(223,123,104); }

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

border-color css

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

 span { border-color: rgb(223,123,104); }

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