Html Css Color HEX #D684AD Kobi

📋 copy color: '#D684AD'

red 214 ◦ green 132 ◦ blue 173

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

Shades of Kobi #D684AD

Tints of Kobi #D684AD

RGB

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

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

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

R = 41.23%
G = 25.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D684AD (or 0xD684AD) is known color: Kobi. HEX triplet: D6, 84 and AD. RGB value is (214,132,173). Sum of RGB (Red+Green+Blue) = 214+132+173=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D684AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D684AD is #297B52. Grayscale: #A1A1A1. Windows color (decimal): -2718547 or 11371734. OLE color: 11371734.

HSL color Cylindrical-coordinate representation of color #D684AD: hue angle of 330º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684AD is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 173 -
CMYK 0 0.38 0.19 0.16
HSL 330º 0.5% 0.68% -
HSV(B) 330º 0.38% 0.84% -
XYZ 43.53 33.82 43.77 -
YUV 161.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 214 132 173 0 0.38 0.19 0.16 330 0.5 0.68
Hex D6 84 AD 0 26 13 10 14A 32 44
Octal 326 204 255 0 46 23 20 512 62 104
Binary 11010110 10000100 10101101 0 100110 10011 10000 101001010 110010 1000100

Color Harmonies of #D684AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684AD

Black with #D684AD

Text Example


Text Example

White with #D684AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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