Html Css Color HEX #D69DB1 Kobi

📋 copy color: '#D69DB1'

red 214 ◦ green 157 ◦ blue 177

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

Shades of Kobi #D69DB1

Tints of Kobi #D69DB1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.65%

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

R = 39.05%
G = 28.65%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D69DB1 (or 0xD69DB1) is known color: Kobi. HEX triplet: D6, 9D and B1. RGB value is (214,157,177). Sum of RGB (Red+Green+Blue) = 214+157+177=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69DB1 is #29624E. Grayscale: #B0B0B0. Windows color (decimal): -2712143 or 11640278. OLE color: 11640278.

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

Color convert

RGB 214 157 177 -
CMYK 0 0.27 0.17 0.16
HSL 338.95º 0.41% 0.73% -
HSV(B) 338.95º 0.27% 0.84% -
XYZ 47.72 41.58 47.11 -
YUV 176.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 214 157 177 0 0.27 0.17 0.16 338.95 0.41 0.73
Hex D6 9D B1 0 1B 11 10 153 29 49
Octal 326 235 261 0 33 21 20 523 51 111
Binary 11010110 10011101 10110001 0 11011 10001 10000 101010011 101001 1001001

Color Harmonies of #D69DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DB1

Black with #D69DB1

Text Example


Text Example

White with #D69DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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