Html Css Color HEX #D1667F Charm

📋 copy color: '#D1667F'

red 209 ◦ green 102 ◦ blue 127

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

Shades of Charm #D1667F

Tints of Charm #D1667F

RGB

 RED value IS 209 (82.03% from 255) = 47.72%

 GREEN value IS 102 (40.23% from 255) = 23.29%

 BLUE value IS 127 (50% from 255) = 29%

R = 47.72%
G = 23.29%
B = 29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1667F (or 0xD1667F) is known color: Charm. HEX triplet: D1, 66 and 7F. RGB value is (209,102,127). Sum of RGB (Red+Green+Blue) = 209+102+127=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1667F is #2E9980. Grayscale: #888888. Windows color (decimal): -3053953 or 8349393. OLE color: 8349393.

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

Color convert

RGB 209 102 127 -
CMYK 0 0.51 0.39 0.18
HSL 345.98º 0.54% 0.61% -
HSV(B) 345.98º 0.51% 0.82% -
XYZ 34.88 24.59 22.99 -
YUV 136.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 209 102 127 0 0.51 0.39 0.18 345.98 0.54 0.61
Hex D1 66 7F 0 33 27 12 15A 36 3D
Octal 321 146 177 0 63 47 22 532 66 75
Binary 11010001 1100110 1111111 0 110011 100111 10010 101011010 110110 111101

Color Harmonies of #D1667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1667F

Black with #D1667F

Text Example


Text Example

White with #D1667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1667F; }

 p { color: rgb(209,102,127); }

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

background-color css

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

 a { background-color: rgb(209,102,127); }

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

border-color css

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

 span { border-color: rgb(209,102,127); }

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