Html Css Color HEX #D984AD Kobi

📋 copy color: '#D984AD'

red 217 ◦ green 132 ◦ blue 173

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

Shades of Kobi #D984AD

Tints of Kobi #D984AD

RGB

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

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

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

R = 41.57%
G = 25.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D984AD (or 0xD984AD) is known color: Kobi. HEX triplet: D9, 84 and AD. RGB value is (217,132,173). Sum of RGB (Red+Green+Blue) = 217+132+173=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D984AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984AD is #267B52. Grayscale: #A2A2A2. Windows color (decimal): -2521939 or 11371737. OLE color: 11371737.

HSL color Cylindrical-coordinate representation of color #D984AD: hue angle of 331.06º 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 #D984AD is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 173 -
CMYK 0 0.39 0.20 0.15
HSL 331.06º 0.53% 0.68% -
HSV(B) 331.06º 0.39% 0.85% -
XYZ 44.41 34.27 43.81 -
YUV 162.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 217 132 173 0 0.39 0.20 0.15 331.06 0.53 0.68
Hex D9 84 AD 0 27 14 F 14B 35 44
Octal 331 204 255 0 47 24 17 513 65 104
Binary 11011001 10000100 10101101 0 100111 10100 1111 101001011 110101 1000100

Color Harmonies of #D984AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D984AD

Black with #D984AD

Text Example


Text Example

White with #D984AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D984AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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