Html Css Color HEX #D684AB Kobi

📋 copy color: '#D684AB'

red 214 ◦ green 132 ◦ blue 171

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

Shades of Kobi #D684AB

Tints of Kobi #D684AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 41.39%
G = 25.53%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D684AB (or 0xD684AB) is known color: Kobi. HEX triplet: D6, 84 and AB. RGB value is (214,132,171). Sum of RGB (Red+Green+Blue) = 214+132+171=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D684AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D684AB is #297B54. Grayscale: #A0A0A0. Windows color (decimal): -2718549 or 11240662. OLE color: 11240662.

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

Color convert

RGB 214 132 171 -
CMYK 0 0.38 0.20 0.16
HSL 331.46º 0.5% 0.68% -
HSV(B) 331.46º 0.38% 0.84% -
XYZ 43.33 33.74 42.76 -
YUV 160.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 214 132 171 0 0.38 0.20 0.16 331.46 0.5 0.68
Hex D6 84 AB 0 26 14 10 14B 32 44
Octal 326 204 253 0 46 24 20 513 62 104
Binary 11010110 10000100 10101011 0 100110 10100 10000 101001011 110010 1000100

Color Harmonies of #D684AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684AB

Black with #D684AB

Text Example


Text Example

White with #D684AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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