Html Css Color HEX #D69BB2 Kobi

📋 copy color: '#D69BB2'

red 214 ◦ green 155 ◦ blue 178

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

Shades of Kobi #D69BB2

Tints of Kobi #D69BB2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.34%

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

R = 39.12%
G = 28.34%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D69BB2 (or 0xD69BB2) is known color: Kobi. HEX triplet: D6, 9B and B2. RGB value is (214,155,178). Sum of RGB (Red+Green+Blue) = 214+155+178=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BB2 is #29644D. Grayscale: #AFAFAF. Windows color (decimal): -2712654 or 11705302. OLE color: 11705302.

HSL color Cylindrical-coordinate representation of color #D69BB2: hue angle of 336.61º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BB2 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 155 178 -
CMYK 0 0.28 0.17 0.16
HSL 336.61º 0.42% 0.72% -
HSV(B) 336.61º 0.28% 0.84% -
XYZ 47.49 40.95 47.52 -
YUV 175.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 214 155 178 0 0.28 0.17 0.16 336.61 0.42 0.72
Hex D6 9B B2 0 1C 11 10 151 2A 48
Octal 326 233 262 0 34 21 20 521 52 110
Binary 11010110 10011011 10110010 0 11100 10001 10000 101010001 101010 1001000

Color Harmonies of #D69BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BB2

Black with #D69BB2

Text Example


Text Example

White with #D69BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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