Html Css Color HEX #D683AB Kobi

📋 copy color: '#D683AB'

red 214 ◦ green 131 ◦ blue 171

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

Shades of Kobi #D683AB

Tints of Kobi #D683AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

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

R = 41.47%
G = 25.39%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D683AB (or 0xD683AB) is known color: Kobi. HEX triplet: D6, 83 and AB. RGB value is (214,131,171). Sum of RGB (Red+Green+Blue) = 214+131+171=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D683AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D683AB is #297C54. Grayscale: #A0A0A0. Windows color (decimal): -2718805 or 11240406. OLE color: 11240406.

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

Color convert

RGB 214 131 171 -
CMYK 0 0.39 0.20 0.16
HSL 331.08º 0.5% 0.68% -
HSV(B) 331.08º 0.39% 0.84% -
XYZ 43.2 33.47 42.71 -
YUV 160.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 214 131 171 0 0.39 0.20 0.16 331.08 0.5 0.68
Hex D6 83 AB 0 27 14 10 14B 32 44
Octal 326 203 253 0 47 24 20 513 62 104
Binary 11010110 10000011 10101011 0 100111 10100 10000 101001011 110010 1000100

Color Harmonies of #D683AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683AB

Black with #D683AB

Text Example


Text Example

White with #D683AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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