Html Css Color HEX #D691B0 Kobi

📋 copy color: '#D691B0'

red 214 ◦ green 145 ◦ blue 176

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

Shades of Kobi #D691B0

Tints of Kobi #D691B0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.1%

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

R = 40%
G = 27.1%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D691B0 (or 0xD691B0) is known color: Kobi. HEX triplet: D6, 91 and B0. RGB value is (214,145,176). Sum of RGB (Red+Green+Blue) = 214+145+176=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D691B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691B0 is #296E4F. Grayscale: #A9A9A9. Windows color (decimal): -2715216 or 11571670. OLE color: 11571670.

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

Color convert

RGB 214 145 176 -
CMYK 0 0.32 0.18 0.16
HSL 333.04º 0.46% 0.7% -
HSV(B) 333.04º 0.32% 0.84% -
XYZ 45.69 37.68 45.94 -
YUV 169.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 214 145 176 0 0.32 0.18 0.16 333.04 0.46 0.7
Hex D6 91 B0 0 20 12 10 14D 2E 46
Octal 326 221 260 0 40 22 20 515 56 106
Binary 11010110 10010001 10110000 0 100000 10010 10000 101001101 101110 1000110

Color Harmonies of #D691B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691B0

Black with #D691B0

Text Example


Text Example

White with #D691B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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