Html Css Color HEX #D989AD Kobi

📋 copy color: '#D989AD'

red 217 ◦ green 137 ◦ blue 173

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

Shades of Kobi #D989AD

Tints of Kobi #D989AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26%

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

R = 41.18%
G = 26%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D989AD (or 0xD989AD) is known color: Kobi. HEX triplet: D9, 89 and AD. RGB value is (217,137,173). Sum of RGB (Red+Green+Blue) = 217+137+173=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D989AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D989AD is #267652. Grayscale: #A4A4A4. Windows color (decimal): -2520659 or 11373017. OLE color: 11373017.

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

Color convert

RGB 217 137 173 -
CMYK 0 0.37 0.20 0.15
HSL 333º 0.51% 0.69% -
HSV(B) 333º 0.37% 0.85% -
XYZ 45.1 35.66 44.04 -
YUV 165.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 217 137 173 0 0.37 0.20 0.15 333 0.51 0.69
Hex D9 89 AD 0 25 14 F 14D 33 45
Octal 331 211 255 0 45 24 17 515 63 105
Binary 11011001 10001001 10101101 0 100101 10100 1111 101001101 110011 1000101

Color Harmonies of #D989AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989AD

Black with #D989AD

Text Example


Text Example

White with #D989AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989AD; }

 p { color: rgb(217,137,173); }

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

background-color css

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

 a { background-color: rgb(217,137,173); }

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

border-color css

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

 span { border-color: rgb(217,137,173); }

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