Html Css Color HEX #D689B0 Kobi

📋 copy color: '#D689B0'

red 214 ◦ green 137 ◦ blue 176

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

Shades of Kobi #D689B0

Tints of Kobi #D689B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 40.61%
G = 26%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D689B0 (or 0xD689B0) is known color: Kobi. HEX triplet: D6, 89 and B0. RGB value is (214,137,176). Sum of RGB (Red+Green+Blue) = 214+137+176=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689B0 is #29764F. Grayscale: #A4A4A4. Windows color (decimal): -2717264 or 11569622. OLE color: 11569622.

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

Color convert

RGB 214 137 176 -
CMYK 0 0.36 0.18 0.16
HSL 329.61º 0.48% 0.69% -
HSV(B) 329.61º 0.36% 0.84% -
XYZ 44.51 35.32 45.55 -
YUV 164.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 214 137 176 0 0.36 0.18 0.16 329.61 0.48 0.69
Hex D6 89 B0 0 24 12 10 14A 30 45
Octal 326 211 260 0 44 22 20 512 60 105
Binary 11010110 10001001 10110000 0 100100 10010 10000 101001010 110000 1000101

Color Harmonies of #D689B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689B0

Black with #D689B0

Text Example


Text Example

White with #D689B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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