Html Css Color HEX #D17DAE Kobi

📋 copy color: '#D17DAE'

red 209 ◦ green 125 ◦ blue 174

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

Shades of Kobi #D17DAE

Tints of Kobi #D17DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.25%

R = 41.14%
G = 24.61%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D17DAE (or 0xD17DAE) is known color: Kobi. HEX triplet: D1, 7D and AE. RGB value is (209,125,174). Sum of RGB (Red+Green+Blue) = 209+125+174=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17DAE is #2E8251. Grayscale: #9B9B9B. Windows color (decimal): -3048018 or 11435473. OLE color: 11435473.

HSL color Cylindrical-coordinate representation of color #D17DAE: hue angle of 325º 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 #D17DAE is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 125 174 -
CMYK 0 0.40 0.17 0.18
HSL 325º 0.48% 0.65% -
HSV(B) 325º 0.4% 0.82% -
XYZ 41.27 31.28 43.91 -
YUV 155.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 209 125 174 0 0.40 0.17 0.18 325 0.48 0.65
Hex D1 7D AE 0 28 11 12 145 30 41
Octal 321 175 256 0 50 21 22 505 60 101
Binary 11010001 1111101 10101110 0 101000 10001 10010 101000101 110000 1000001

Color Harmonies of #D17DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17DAE

Black with #D17DAE

Text Example


Text Example

White with #D17DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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