Html Css Color HEX #D681AB Kobi

📋 copy color: '#D681AB'

red 214 ◦ green 129 ◦ blue 171

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

Shades of Kobi #D681AB

Tints of Kobi #D681AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.1%

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

R = 41.63%
G = 25.1%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D681AB (or 0xD681AB) is known color: Kobi. HEX triplet: D6, 81 and AB. RGB value is (214,129,171). Sum of RGB (Red+Green+Blue) = 214+129+171=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D681AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D681AB is #297E54. Grayscale: #9F9F9F. Windows color (decimal): -2719317 or 11239894. OLE color: 11239894.

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

Color convert

RGB 214 129 171 -
CMYK 0 0.40 0.20 0.16
HSL 330.35º 0.51% 0.67% -
HSV(B) 330.35º 0.4% 0.84% -
XYZ 42.93 32.94 42.62 -
YUV 159.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 214 129 171 0 0.40 0.20 0.16 330.35 0.51 0.67
Hex D6 81 AB 0 28 14 10 14A 33 43
Octal 326 201 253 0 50 24 20 512 63 103
Binary 11010110 10000001 10101011 0 101000 10100 10000 101001010 110011 1000011

Color Harmonies of #D681AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681AB

Black with #D681AB

Text Example


Text Example

White with #D681AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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