Html Css Color HEX #D691B1 Kobi

📋 copy color: '#D691B1'

red 214 ◦ green 145 ◦ blue 177

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

Shades of Kobi #D691B1

Tints of Kobi #D691B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.02%

R = 39.93%
G = 27.05%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D691B1 (or 0xD691B1) is known color: Kobi. HEX triplet: D6, 91 and B1. RGB value is (214,145,177). Sum of RGB (Red+Green+Blue) = 214+145+177=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D691B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691B1 is #296E4E. Grayscale: #A9A9A9. Windows color (decimal): -2715215 or 11637206. OLE color: 11637206.

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

Color convert

RGB 214 145 177 -
CMYK 0 0.32 0.17 0.16
HSL 332.17º 0.46% 0.7% -
HSV(B) 332.17º 0.32% 0.84% -
XYZ 45.79 37.72 46.46 -
YUV 169.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 214 145 177 0 0.32 0.17 0.16 332.17 0.46 0.7
Hex D6 91 B1 0 20 11 10 14C 2E 46
Octal 326 221 261 0 40 21 20 514 56 106
Binary 11010110 10010001 10110001 0 100000 10001 10000 101001100 101110 1000110

Color Harmonies of #D691B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691B1

Black with #D691B1

Text Example


Text Example

White with #D691B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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