Html Css Color HEX #D17DB0 Kobi

📋 copy color: '#D17DB0'

red 209 ◦ green 125 ◦ blue 176

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

Shades of Kobi #D17DB0

Tints of Kobi #D17DB0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 40.98%
G = 24.51%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D17DB0 (or 0xD17DB0) is known color: Kobi. HEX triplet: D1, 7D and B0. RGB value is (209,125,176). Sum of RGB (Red+Green+Blue) = 209+125+176=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17DB0 is #2E824F. Grayscale: #9B9B9B. Windows color (decimal): -3048016 or 11566545. OLE color: 11566545.

HSL color Cylindrical-coordinate representation of color #D17DB0: hue angle of 323.57º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17DB0 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 125 176 -
CMYK 0 0.40 0.16 0.18
HSL 323.57º 0.48% 0.65% -
HSV(B) 323.57º 0.4% 0.82% -
XYZ 41.46 31.36 44.94 -
YUV 155.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 209 125 176 0 0.40 0.16 0.18 323.57 0.48 0.65
Hex D1 7D B0 0 28 10 12 144 30 41
Octal 321 175 260 0 50 20 22 504 60 101
Binary 11010001 1111101 10110000 0 101000 10000 10010 101000100 110000 1000001

Color Harmonies of #D17DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17DB0

Black with #D17DB0

Text Example


Text Example

White with #D17DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17DB0; }

 p { color: rgb(209,125,176); }

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

background-color css

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

 a { background-color: rgb(209,125,176); }

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

border-color css

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

 span { border-color: rgb(209,125,176); }

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