Html Css Color HEX #D984AB Kobi

📋 copy color: '#D984AB'

red 217 ◦ green 132 ◦ blue 171

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

Shades of Kobi #D984AB

Tints of Kobi #D984AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.38%

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

R = 41.73%
G = 25.38%
B = 32.88%

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

#D984AB (or 0xD984AB) is known color: Kobi. HEX triplet: D9, 84 and AB. RGB value is (217,132,171). Sum of RGB (Red+Green+Blue) = 217+132+171=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D984AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984AB is #267B54. Grayscale: #A1A1A1. Windows color (decimal): -2521941 or 11240665. OLE color: 11240665.

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

Color convert

RGB 217 132 171 -
CMYK 0 0.39 0.21 0.15
HSL 332.47º 0.53% 0.68% -
HSV(B) 332.47º 0.39% 0.85% -
XYZ 44.22 34.19 42.8 -
YUV 161.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 217 132 171 0 0.39 0.21 0.15 332.47 0.53 0.68
Hex D9 84 AB 0 27 15 F 14C 35 44
Octal 331 204 253 0 47 25 17 514 65 104
Binary 11011001 10000100 10101011 0 100111 10101 1111 101001100 110101 1000100

Color Harmonies of #D984AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D984AB

Black with #D984AB

Text Example


Text Example

White with #D984AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D984AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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