Html Css Color HEX #D980AD Kobi

📋 copy color: '#D980AD'

red 217 ◦ green 128 ◦ blue 173

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

Shades of Kobi #D980AD

Tints of Kobi #D980AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.71%

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

R = 41.89%
G = 24.71%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D980AD (or 0xD980AD) is known color: Kobi. HEX triplet: D9, 80 and AD. RGB value is (217,128,173). Sum of RGB (Red+Green+Blue) = 217+128+173=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D980AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D980AD is #267F52. Grayscale: #9F9F9F. Windows color (decimal): -2522963 or 11370713. OLE color: 11370713.

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

Color convert

RGB 217 128 173 -
CMYK 0 0.41 0.20 0.15
HSL 329.66º 0.54% 0.68% -
HSV(B) 329.66º 0.41% 0.85% -
XYZ 43.88 33.21 43.63 -
YUV 159.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 217 128 173 0 0.41 0.20 0.15 329.66 0.54 0.68
Hex D9 80 AD 0 29 14 F 14A 36 44
Octal 331 200 255 0 51 24 17 512 66 104
Binary 11011001 10000000 10101101 0 101001 10100 1111 101001010 110110 1000100

Color Harmonies of #D980AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980AD

Black with #D980AD

Text Example


Text Example

White with #D980AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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