Html Css Color HEX #D689B2 Kobi

📋 copy color: '#D689B2'

red 214 ◦ green 137 ◦ blue 178

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

Shades of Kobi #D689B2

Tints of Kobi #D689B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 40.45%
G = 25.9%
B = 33.65%

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

#D689B2 (or 0xD689B2) is known color: Kobi. HEX triplet: D6, 89 and B2. RGB value is (214,137,178). Sum of RGB (Red+Green+Blue) = 214+137+178=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689B2 is #29764D. Grayscale: #A4A4A4. Windows color (decimal): -2717262 or 11700694. OLE color: 11700694.

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

Color convert

RGB 214 137 178 -
CMYK 0 0.36 0.17 0.16
HSL 328.05º 0.48% 0.69% -
HSV(B) 328.05º 0.36% 0.84% -
XYZ 44.71 35.4 46.6 -
YUV 164.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 214 137 178 0 0.36 0.17 0.16 328.05 0.48 0.69
Hex D6 89 B2 0 24 11 10 148 30 45
Octal 326 211 262 0 44 21 20 510 60 105
Binary 11010110 10001001 10110010 0 100100 10001 10000 101001000 110000 1000101

Color Harmonies of #D689B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689B2

Black with #D689B2

Text Example


Text Example

White with #D689B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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