Html Css Color HEX #D687B2 Kobi

📋 copy color: '#D687B2'

red 214 ◦ green 135 ◦ blue 178

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

Shades of Kobi #D687B2

Tints of Kobi #D687B2

RGB

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

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

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

R = 40.61%
G = 25.62%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D687B2 (or 0xD687B2) is known color: Kobi. HEX triplet: D6, 87 and B2. RGB value is (214,135,178). Sum of RGB (Red+Green+Blue) = 214+135+178=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D687B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687B2 is #29784D. Grayscale: #A3A3A3. Windows color (decimal): -2717774 or 11700182. OLE color: 11700182.

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

Color convert

RGB 214 135 178 -
CMYK 0 0.37 0.17 0.16
HSL 327.34º 0.49% 0.68% -
HSV(B) 327.34º 0.37% 0.84% -
XYZ 44.43 34.84 46.5 -
YUV 163.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 214 135 178 0 0.37 0.17 0.16 327.34 0.49 0.68
Hex D6 87 B2 0 25 11 10 147 31 44
Octal 326 207 262 0 45 21 20 507 61 104
Binary 11010110 10000111 10110010 0 100101 10001 10000 101000111 110001 1000100

Color Harmonies of #D687B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687B2

Black with #D687B2

Text Example


Text Example

White with #D687B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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