Html Css Color HEX #D17FAD Kobi

📋 copy color: '#D17FAD'

red 209 ◦ green 127 ◦ blue 173

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

Shades of Kobi #D17FAD

Tints of Kobi #D17FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 41.06%
G = 24.95%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D17FAD (or 0xD17FAD) is known color: Kobi. HEX triplet: D1, 7F and AD. RGB value is (209,127,173). Sum of RGB (Red+Green+Blue) = 209+127+173=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17FAD is #2E8052. Grayscale: #9C9C9C. Windows color (decimal): -3047507 or 11370449. OLE color: 11370449.

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

Color convert

RGB 209 127 173 -
CMYK 0 0.39 0.17 0.18
HSL 326.34º 0.47% 0.66% -
HSV(B) 326.34º 0.39% 0.82% -
XYZ 41.43 31.75 43.48 -
YUV 156.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 209 127 173 0 0.39 0.17 0.18 326.34 0.47 0.66
Hex D1 7F AD 0 27 11 12 146 2F 42
Octal 321 177 255 0 47 21 22 506 57 102
Binary 11010001 1111111 10101101 0 100111 10001 10010 101000110 101111 1000010

Color Harmonies of #D17FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FAD

Black with #D17FAD

Text Example


Text Example

White with #D17FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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