Html Css Color HEX #D687AD Kobi

📋 copy color: '#D687AD'

red 214 ◦ green 135 ◦ blue 173

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

Shades of Kobi #D687AD

Tints of Kobi #D687AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.14%

R = 41%
G = 25.86%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D687AD (or 0xD687AD) is known color: Kobi. HEX triplet: D6, 87 and AD. RGB value is (214,135,173). Sum of RGB (Red+Green+Blue) = 214+135+173=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D687AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687AD is #297852. Grayscale: #A2A2A2. Windows color (decimal): -2717779 or 11372502. OLE color: 11372502.

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

Color convert

RGB 214 135 173 -
CMYK 0 0.37 0.19 0.16
HSL 331.14º 0.49% 0.68% -
HSV(B) 331.14º 0.37% 0.84% -
XYZ 43.94 34.64 43.91 -
YUV 162.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 214 135 173 0 0.37 0.19 0.16 331.14 0.49 0.68
Hex D6 87 AD 0 25 13 10 14B 31 44
Octal 326 207 255 0 45 23 20 513 61 104
Binary 11010110 10000111 10101101 0 100101 10011 10000 101001011 110001 1000100

Color Harmonies of #D687AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687AD

Black with #D687AD

Text Example


Text Example

White with #D687AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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