Html Css Color HEX #D687B0 Kobi

📋 copy color: '#D687B0'

red 214 ◦ green 135 ◦ blue 176

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

Shades of Kobi #D687B0

Tints of Kobi #D687B0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.71%

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

R = 40.76%
G = 25.71%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D687B0 (or 0xD687B0) is known color: Kobi. HEX triplet: D6, 87 and B0. RGB value is (214,135,176). Sum of RGB (Red+Green+Blue) = 214+135+176=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D687B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687B0 is #29784F. Grayscale: #A3A3A3. Windows color (decimal): -2717776 or 11569110. OLE color: 11569110.

HSL color Cylindrical-coordinate representation of color #D687B0: hue angle of 328.86º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D687B0 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 176 -
CMYK 0 0.37 0.18 0.16
HSL 328.86º 0.49% 0.68% -
HSV(B) 328.86º 0.37% 0.84% -
XYZ 44.23 34.76 45.45 -
YUV 163.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 214 135 176 0 0.37 0.18 0.16 328.86 0.49 0.68
Hex D6 87 B0 0 25 12 10 149 31 44
Octal 326 207 260 0 45 22 20 511 61 104
Binary 11010110 10000111 10110000 0 100101 10010 10000 101001001 110001 1000100

Color Harmonies of #D687B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687B0

Black with #D687B0

Text Example


Text Example

White with #D687B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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