Html Css Color HEX #D67D70 New York Pink

📋 copy color: '#D67D70'

red 214 ◦ green 125 ◦ blue 112

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

Shades of New York Pink #D67D70

Tints of New York Pink #D67D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 47.45%
G = 27.72%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D67D70 (or 0xD67D70) is known color: New York Pink. HEX triplet: D6, 7D and 70. RGB value is (214,125,112). Sum of RGB (Red+Green+Blue) = 214+125+112=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D70 is #29828F. Grayscale: #969696. Windows color (decimal): -2720400 or 7372246. OLE color: 7372246.

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

Color convert

RGB 214 125 112 -
CMYK 0 0.42 0.48 0.16
HSL 7.65º 0.55% 0.64% -
HSV(B) 7.65º 0.48% 0.84% -
XYZ 37.99 30.13 19.14 -
YUV 150.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 214 125 112 0 0.42 0.48 0.16 7.65 0.55 0.64
Hex D6 7D 70 0 2A 30 10 8 37 40
Octal 326 175 160 0 52 60 20 10 67 100
Binary 11010110 1111101 1110000 0 101010 110000 10000 1000 110111 1000000

Color Harmonies of #D67D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D70

Black with #D67D70

Text Example


Text Example

White with #D67D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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