Html Css Color HEX #D689AC Kobi

📋 copy color: '#D689AC'

red 214 ◦ green 137 ◦ blue 172

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

Shades of Kobi #D689AC

Tints of Kobi #D689AC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.2%

 BLUE value IS 172 (67.58% from 255) = 32.89%

R = 40.92%
G = 26.2%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D689AC (or 0xD689AC) is known color: Kobi. HEX triplet: D6, 89 and AC. RGB value is (214,137,172). Sum of RGB (Red+Green+Blue) = 214+137+172=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D689AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689AC is #297653. Grayscale: #A3A3A3. Windows color (decimal): -2717268 or 11307478. OLE color: 11307478.

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

Color convert

RGB 214 137 172 -
CMYK 0 0.36 0.20 0.16
HSL 332.73º 0.48% 0.69% -
HSV(B) 332.73º 0.36% 0.84% -
XYZ 44.12 35.17 43.49 -
YUV 164.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 214 137 172 0 0.36 0.20 0.16 332.73 0.48 0.69
Hex D6 89 AC 0 24 14 10 14D 30 45
Octal 326 211 254 0 44 24 20 515 60 105
Binary 11010110 10001001 10101100 0 100100 10100 10000 101001101 110000 1000101

Color Harmonies of #D689AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689AC

Black with #D689AC

Text Example


Text Example

White with #D689AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689AC; }

 p { color: rgb(214,137,172); }

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

background-color css

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

 a { background-color: rgb(214,137,172); }

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

border-color css

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

 span { border-color: rgb(214,137,172); }

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