Html Css Color HEX #DE7D69 New York Pink

📋 copy color: '#DE7D69'

red 222 ◦ green 125 ◦ blue 105

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

Shades of New York Pink #DE7D69

Tints of New York Pink #DE7D69

RGB

 RED value IS 222 (87.11% from 255) = 49.12%

 GREEN value IS 125 (49.22% from 255) = 27.65%

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 49.12%
G = 27.65%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE7D69 (or 0xDE7D69) is known color: New York Pink. HEX triplet: DE, 7D and 69. RGB value is (222,125,105). Sum of RGB (Red+Green+Blue) = 222+125+105=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D69 is #218296. Grayscale: #979797. Windows color (decimal): -2196119 or 6913502. OLE color: 6913502.

HSL color Cylindrical-coordinate representation of color #DE7D69: hue angle of 10.26º degrees, saturation: 0.64, 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 #DE7D69 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 125 105 -
CMYK 0 0.44 0.53 0.13
HSL 10.26º 0.64% 0.64% -
HSV(B) 10.26º 0.53% 0.87% -
XYZ 40.01 31.22 17.28 -
YUV 151.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 222 125 105 0 0.44 0.53 0.13 10.26 0.64 0.64
Hex DE 7D 69 0 2C 35 D A 40 40
Octal 336 175 151 0 54 65 15 12 100 100
Binary 11011110 1111101 1101001 0 101100 110101 1101 1010 1000000 1000000

Color Harmonies of #DE7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D69

Black with #DE7D69

Text Example


Text Example

White with #DE7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D69; }

 p { color: rgb(222,125,105); }

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

background-color css

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

 a { background-color: rgb(222,125,105); }

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

border-color css

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

 span { border-color: rgb(222,125,105); }

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