Html Css Color HEX #D67570 New York Pink

📋 copy color: '#D67570'

red 214 ◦ green 117 ◦ blue 112

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

Shades of New York Pink #D67570

Tints of New York Pink #D67570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 48.31%
G = 26.41%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D67570 (or 0xD67570) is known color: New York Pink. HEX triplet: D6, 75 and 70. RGB value is (214,117,112). Sum of RGB (Red+Green+Blue) = 214+117+112=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D67570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67570 is #298A8F. Grayscale: #919191. Windows color (decimal): -2722448 or 7370198. OLE color: 7370198.

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

Color convert

RGB 214 117 112 -
CMYK 0 0.45 0.48 0.16
HSL 2.94º 0.55% 0.64% -
HSV(B) 2.94º 0.48% 0.84% -
XYZ 37.02 28.19 18.82 -
YUV 145.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 214 117 112 0 0.45 0.48 0.16 2.94 0.55 0.64
Hex D6 75 70 0 2D 30 10 3 37 40
Octal 326 165 160 0 55 60 20 3 67 100
Binary 11010110 1110101 1110000 0 101101 110000 10000 11 110111 1000000

Color Harmonies of #D67570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67570

Black with #D67570

Text Example


Text Example

White with #D67570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67570; }

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

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

background-color css

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

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

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

border-color css

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

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

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