Html Css Color HEX #D680AD Kobi

📋 copy color: '#D680AD'

red 214 ◦ green 128 ◦ blue 173

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

Shades of Kobi #D680AD

Tints of Kobi #D680AD

RGB

 RED value IS 214 (83.98% from 255) = 41.55%

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

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

R = 41.55%
G = 24.85%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D680AD (or 0xD680AD) is known color: Kobi. HEX triplet: D6, 80 and AD. RGB value is (214,128,173). Sum of RGB (Red+Green+Blue) = 214+128+173=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D680AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680AD is #297F52. Grayscale: #9E9E9E. Windows color (decimal): -2719571 or 11370710. OLE color: 11370710.

HSL color Cylindrical-coordinate representation of color #D680AD: hue angle of 328.6º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680AD is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 173 -
CMYK 0 0.40 0.19 0.16
HSL 328.6º 0.51% 0.67% -
HSV(B) 328.6º 0.4% 0.84% -
XYZ 42.99 32.75 43.59 -
YUV 158.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 214 128 173 0 0.40 0.19 0.16 328.6 0.51 0.67
Hex D6 80 AD 0 28 13 10 149 33 43
Octal 326 200 255 0 50 23 20 511 63 103
Binary 11010110 10000000 10101101 0 101000 10011 10000 101001001 110011 1000011

Color Harmonies of #D680AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680AD

Black with #D680AD

Text Example


Text Example

White with #D680AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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