Html Css Color HEX #D27B74 New York Pink

📋 copy color: '#D27B74'

red 210 ◦ green 123 ◦ blue 116

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

Shades of New York Pink #D27B74

Tints of New York Pink #D27B74

RGB

 RED value IS 210 (82.42% from 255) = 46.77%

 GREEN value IS 123 (48.44% from 255) = 27.39%

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 46.77%
G = 27.39%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D27B74 (or 0xD27B74) is known color: New York Pink. HEX triplet: D2, 7B and 74. RGB value is (210,123,116). Sum of RGB (Red+Green+Blue) = 210+123+116=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B74 is #2D848B. Grayscale: #949494. Windows color (decimal): -2983052 or 7633874. OLE color: 7633874.

HSL color Cylindrical-coordinate representation of color #D27B74: hue angle of 4.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27B74 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 123 116 -
CMYK 0 0.41 0.45 0.18
HSL 4.47º 0.51% 0.64% -
HSV(B) 4.47º 0.45% 0.82% -
XYZ 36.81 29.13 20.21 -
YUV 148.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 210 123 116 0 0.41 0.45 0.18 4.47 0.51 0.64
Hex D2 7B 74 0 29 2D 12 4 33 40
Octal 322 173 164 0 51 55 22 4 63 100
Binary 11010010 1111011 1110100 0 101001 101101 10010 100 110011 1000000

Color Harmonies of #D27B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B74

Black with #D27B74

Text Example


Text Example

White with #D27B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B74; }

 p { color: rgb(210,123,116); }

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

background-color css

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

 a { background-color: rgb(210,123,116); }

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

border-color css

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

 span { border-color: rgb(210,123,116); }

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