Html Css Color HEX #D67F70 New York Pink

📋 copy color: '#D67F70'

red 214 ◦ green 127 ◦ blue 112

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

Shades of New York Pink #D67F70

Tints of New York Pink #D67F70

RGB

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

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

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

R = 47.24%
G = 28.04%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D67F70 (or 0xD67F70) is known color: New York Pink. HEX triplet: D6, 7F and 70. RGB value is (214,127,112). Sum of RGB (Red+Green+Blue) = 214+127+112=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F70 is #29808F. Grayscale: #979797. Windows color (decimal): -2719888 or 7372758. OLE color: 7372758.

HSL color Cylindrical-coordinate representation of color #D67F70: hue angle of 8.82º 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 #D67F70 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 127 112 -
CMYK 0 0.41 0.48 0.16
HSL 8.82º 0.55% 0.64% -
HSV(B) 8.82º 0.48% 0.84% -
XYZ 38.25 30.64 19.23 -
YUV 151.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 214 127 112 0 0.41 0.48 0.16 8.82 0.55 0.64
Hex D6 7F 70 0 29 30 10 9 37 40
Octal 326 177 160 0 51 60 20 11 67 100
Binary 11010110 1111111 1110000 0 101001 110000 10000 1001 110111 1000000

Color Harmonies of #D67F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F70

Black with #D67F70

Text Example


Text Example

White with #D67F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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