Html Css Color HEX #D987AD Kobi

📋 copy color: '#D987AD'

red 217 ◦ green 135 ◦ blue 173

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

Shades of Kobi #D987AD

Tints of Kobi #D987AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.71%

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

R = 41.33%
G = 25.71%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D987AD (or 0xD987AD) is known color: Kobi. HEX triplet: D9, 87 and AD. RGB value is (217,135,173). Sum of RGB (Red+Green+Blue) = 217+135+173=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D987AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D987AD is #267852. Grayscale: #A3A3A3. Windows color (decimal): -2521171 or 11372505. OLE color: 11372505.

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

Color convert

RGB 217 135 173 -
CMYK 0 0.38 0.20 0.15
HSL 332.2º 0.52% 0.69% -
HSV(B) 332.2º 0.38% 0.85% -
XYZ 44.82 35.1 43.95 -
YUV 163.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 217 135 173 0 0.38 0.20 0.15 332.2 0.52 0.69
Hex D9 87 AD 0 26 14 F 14C 34 45
Octal 331 207 255 0 46 24 17 514 64 105
Binary 11011001 10000111 10101101 0 100110 10100 1111 101001100 110100 1000101

Color Harmonies of #D987AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D987AD

Black with #D987AD

Text Example


Text Example

White with #D987AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D987AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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