Html Css Color HEX #D27B6D New York Pink

📋 copy color: '#D27B6D'

red 210 ◦ green 123 ◦ blue 109

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

Shades of New York Pink #D27B6D

Tints of New York Pink #D27B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.66%

R = 47.51%
G = 27.83%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D27B6D (or 0xD27B6D) is known color: New York Pink. HEX triplet: D2, 7B and 6D. RGB value is (210,123,109). Sum of RGB (Red+Green+Blue) = 210+123+109=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B6D is #2D8492. Grayscale: #939393. Windows color (decimal): -2983059 or 7175122. OLE color: 7175122.

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

Color convert

RGB 210 123 109 -
CMYK 0 0.41 0.48 0.18
HSL 8.32º 0.53% 0.63% -
HSV(B) 8.32º 0.48% 0.82% -
XYZ 36.42 28.97 18.14 -
YUV 147.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 210 123 109 0 0.41 0.48 0.18 8.32 0.53 0.63
Hex D2 7B 6D 0 29 30 12 8 35 3F
Octal 322 173 155 0 51 60 22 10 65 77
Binary 11010010 1111011 1101101 0 101001 110000 10010 1000 110101 111111

Color Harmonies of #D27B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B6D

Black with #D27B6D

Text Example


Text Example

White with #D27B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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