Html Css Color HEX #D689A7 Kobi

📋 copy color: '#D689A7'

red 214 ◦ green 137 ◦ blue 167

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

Shades of Kobi #D689A7

Tints of Kobi #D689A7

RGB

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

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

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

R = 41.31%
G = 26.45%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D689A7 (or 0xD689A7) is known color: Kobi. HEX triplet: D6, 89 and A7. RGB value is (214,137,167). Sum of RGB (Red+Green+Blue) = 214+137+167=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D689A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689A7 is #297658. Grayscale: #A3A3A3. Windows color (decimal): -2717273 or 10979798. OLE color: 10979798.

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

Color convert

RGB 214 137 167 -
CMYK 0 0.36 0.22 0.16
HSL 336.62º 0.48% 0.69% -
HSV(B) 336.62º 0.36% 0.84% -
XYZ 43.65 34.98 41.01 -
YUV 163.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 214 137 167 0 0.36 0.22 0.16 336.62 0.48 0.69
Hex D6 89 A7 0 24 16 10 151 30 45
Octal 326 211 247 0 44 26 20 521 60 105
Binary 11010110 10001001 10100111 0 100100 10110 10000 101010001 110000 1000101

Color Harmonies of #D689A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689A7

Black with #D689A7

Text Example


Text Example

White with #D689A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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