Html Css Color HEX #D687A8 Kobi

📋 copy color: '#D687A8'

red 214 ◦ green 135 ◦ blue 168

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

Shades of Kobi #D687A8

Tints of Kobi #D687A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 41.39%
G = 26.11%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D687A8 (or 0xD687A8) is known color: Kobi. HEX triplet: D6, 87 and A8. RGB value is (214,135,168). Sum of RGB (Red+Green+Blue) = 214+135+168=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D687A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687A8 is #297857. Grayscale: #A2A2A2. Windows color (decimal): -2717784 or 11044822. OLE color: 11044822.

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

Color convert

RGB 214 135 168 -
CMYK 0 0.37 0.21 0.16
HSL 334.94º 0.49% 0.68% -
HSV(B) 334.94º 0.37% 0.84% -
XYZ 43.46 34.45 41.4 -
YUV 162.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 214 135 168 0 0.37 0.21 0.16 334.94 0.49 0.68
Hex D6 87 A8 0 25 15 10 14F 31 44
Octal 326 207 250 0 45 25 20 517 61 104
Binary 11010110 10000111 10101000 0 100101 10101 10000 101001111 110001 1000100

Color Harmonies of #D687A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687A8

Black with #D687A8

Text Example


Text Example

White with #D687A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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