Html Css Color HEX #D67D75 New York Pink

📋 copy color: '#D67D75'

red 214 ◦ green 125 ◦ blue 117

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

Shades of New York Pink #D67D75

Tints of New York Pink #D67D75

RGB

 RED value IS 214 (83.98% from 255) = 46.93%

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

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

R = 46.93%
G = 27.41%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67D75 (or 0xD67D75) is known color: New York Pink. HEX triplet: D6, 7D and 75. RGB value is (214,125,117). Sum of RGB (Red+Green+Blue) = 214+125+117=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D75 is #29828A. Grayscale: #969696. Windows color (decimal): -2720395 or 7699926. OLE color: 7699926.

HSL color Cylindrical-coordinate representation of color #D67D75: hue angle of 4.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67D75 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 117 -
CMYK 0 0.42 0.45 0.16
HSL 4.95º 0.54% 0.65% -
HSV(B) 4.95º 0.45% 0.84% -
XYZ 38.28 30.25 20.65 -
YUV 150.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 214 125 117 0 0.42 0.45 0.16 4.95 0.54 0.65
Hex D6 7D 75 0 2A 2D 10 5 36 41
Octal 326 175 165 0 52 55 20 5 66 101
Binary 11010110 1111101 1110101 0 101010 101101 10000 101 110110 1000001

Color Harmonies of #D67D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D75

Black with #D67D75

Text Example


Text Example

White with #D67D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D75; }

 p { color: rgb(214,125,117); }

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

background-color css

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

 a { background-color: rgb(214,125,117); }

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

border-color css

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

 span { border-color: rgb(214,125,117); }

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