Html Css Color HEX #D689B1 Kobi

📋 copy color: '#D689B1'

red 214 ◦ green 137 ◦ blue 177

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

Shades of Kobi #D689B1

Tints of Kobi #D689B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.52%

R = 40.53%
G = 25.95%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D689B1 (or 0xD689B1) is known color: Kobi. HEX triplet: D6, 89 and B1. RGB value is (214,137,177). Sum of RGB (Red+Green+Blue) = 214+137+177=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689B1 is #29764E. Grayscale: #A4A4A4. Windows color (decimal): -2717263 or 11635158. OLE color: 11635158.

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

Color convert

RGB 214 137 177 -
CMYK 0 0.36 0.17 0.16
HSL 328.83º 0.48% 0.69% -
HSV(B) 328.83º 0.36% 0.84% -
XYZ 44.61 35.36 46.07 -
YUV 164.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 214 137 177 0 0.36 0.17 0.16 328.83 0.48 0.69
Hex D6 89 B1 0 24 11 10 149 30 45
Octal 326 211 261 0 44 21 20 511 60 105
Binary 11010110 10001001 10110001 0 100100 10001 10000 101001001 110000 1000101

Color Harmonies of #D689B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689B1

Black with #D689B1

Text Example


Text Example

White with #D689B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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