Html Css Color HEX #D687AC Kobi

📋 copy color: '#D687AC'

red 214 ◦ green 135 ◦ blue 172

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

Shades of Kobi #D687AC

Tints of Kobi #D687AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.01%

R = 41.07%
G = 25.91%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D687AC (or 0xD687AC) is known color: Kobi. HEX triplet: D6, 87 and AC. RGB value is (214,135,172). Sum of RGB (Red+Green+Blue) = 214+135+172=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D687AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687AC is #297853. Grayscale: #A2A2A2. Windows color (decimal): -2717780 or 11306966. OLE color: 11306966.

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

Color convert

RGB 214 135 172 -
CMYK 0 0.37 0.20 0.16
HSL 331.9º 0.49% 0.68% -
HSV(B) 331.9º 0.37% 0.84% -
XYZ 43.84 34.6 43.4 -
YUV 162.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 214 135 172 0 0.37 0.20 0.16 331.9 0.49 0.68
Hex D6 87 AC 0 25 14 10 14C 31 44
Octal 326 207 254 0 45 24 20 514 61 104
Binary 11010110 10000111 10101100 0 100101 10100 10000 101001100 110001 1000100

Color Harmonies of #D687AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687AC

Black with #D687AC

Text Example


Text Example

White with #D687AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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