Html Css Color HEX #D07F75 New York Pink

📋 copy color: '#D07F75'

red 208 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #D07F75

Tints of New York Pink #D07F75

RGB

 RED value IS 208 (81.64% from 255) = 46.02%

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 117 (46.09% from 255) = 25.88%

R = 46.02%
G = 28.1%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07F75 (or 0xD07F75) is known color: New York Pink. HEX triplet: D0, 7F and 75. RGB value is (208,127,117). Sum of RGB (Red+Green+Blue) = 208+127+117=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F75 is #2F808A. Grayscale: #969696. Windows color (decimal): -3113099 or 7700432. OLE color: 7700432.

HSL color Cylindrical-coordinate representation of color #D07F75: hue angle of 6.59º degrees, saturation: 0.49, 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 #D07F75 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 127 117 -
CMYK 0 0.39 0.44 0.18
HSL 6.59º 0.49% 0.64% -
HSV(B) 6.59º 0.44% 0.82% -
XYZ 36.81 29.87 20.66 -
YUV 150.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 208 127 117 0 0.39 0.44 0.18 6.59 0.49 0.64
Hex D0 7F 75 0 27 2C 12 7 31 40
Octal 320 177 165 0 47 54 22 7 61 100
Binary 11010000 1111111 1110101 0 100111 101100 10010 111 110001 1000000

Color Harmonies of #D07F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F75

Black with #D07F75

Text Example


Text Example

White with #D07F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F75; }

 p { color: rgb(208,127,117); }

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

background-color css

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

 a { background-color: rgb(208,127,117); }

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

border-color css

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

 span { border-color: rgb(208,127,117); }

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