Html Css Color HEX #D684A7 Kobi

📋 copy color: '#D684A7'

red 214 ◦ green 132 ◦ blue 167

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

Shades of Kobi #D684A7

Tints of Kobi #D684A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.55%

R = 41.72%
G = 25.73%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D684A7 (or 0xD684A7) is known color: Kobi. HEX triplet: D6, 84 and A7. RGB value is (214,132,167). Sum of RGB (Red+Green+Blue) = 214+132+167=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D684A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D684A7 is #297B58. Grayscale: #A0A0A0. Windows color (decimal): -2718553 or 10978518. OLE color: 10978518.

HSL color Cylindrical-coordinate representation of color #D684A7: hue angle of 334.39º 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 #D684A7 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 167 -
CMYK 0 0.38 0.22 0.16
HSL 334.39º 0.5% 0.68% -
HSV(B) 334.39º 0.38% 0.84% -
XYZ 42.96 33.59 40.78 -
YUV 160.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 214 132 167 0 0.38 0.22 0.16 334.39 0.5 0.68
Hex D6 84 A7 0 26 16 10 14E 32 44
Octal 326 204 247 0 46 26 20 516 62 104
Binary 11010110 10000100 10100111 0 100110 10110 10000 101001110 110010 1000100

Color Harmonies of #D684A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684A7

Black with #D684A7

Text Example


Text Example

White with #D684A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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