Html Css Color HEX #D985AB Kobi

📋 copy color: '#D985AB'

red 217 ◦ green 133 ◦ blue 171

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

Shades of Kobi #D985AB

Tints of Kobi #D985AB

RGB

 RED value IS 217 (85.16% from 255) = 41.65%

 GREEN value IS 133 (52.34% from 255) = 25.53%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 41.65%
G = 25.53%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D985AB (or 0xD985AB) is known color: Kobi. HEX triplet: D9, 85 and AB. RGB value is (217,133,171). Sum of RGB (Red+Green+Blue) = 217+133+171=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D985AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985AB is #267A54. Grayscale: #A2A2A2. Windows color (decimal): -2521685 or 11240921. OLE color: 11240921.

HSL color Cylindrical-coordinate representation of color #D985AB: hue angle of 332.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985AB is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 171 -
CMYK 0 0.39 0.21 0.15
HSL 332.86º 0.53% 0.69% -
HSV(B) 332.86º 0.39% 0.85% -
XYZ 44.35 34.47 42.84 -
YUV 162.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 217 133 171 0 0.39 0.21 0.15 332.86 0.53 0.69
Hex D9 85 AB 0 27 15 F 14D 34 45
Octal 331 205 253 0 47 25 17 515 64 105
Binary 11011001 10000101 10101011 0 100111 10101 1111 101001101 110100 1000101

Color Harmonies of #D985AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985AB

Black with #D985AB

Text Example


Text Example

White with #D985AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985AB; }

 p { color: rgb(217,133,171); }

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

background-color css

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

 a { background-color: rgb(217,133,171); }

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

border-color css

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

 span { border-color: rgb(217,133,171); }

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