Html Css Color HEX #DD86B1 Kobi

📋 copy color: '#DD86B1'

red 221 ◦ green 134 ◦ blue 177

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

Shades of Kobi #DD86B1

Tints of Kobi #DD86B1

RGB

 RED value IS 221 (86.72% from 255) = 41.54%

 GREEN value IS 134 (52.73% from 255) = 25.19%

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

R = 41.54%
G = 25.19%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD86B1 (or 0xDD86B1) is known color: Kobi. HEX triplet: DD, 86 and B1. RGB value is (221,134,177). Sum of RGB (Red+Green+Blue) = 221+134+177=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86B1 is #22794E. Grayscale: #A4A4A4. Windows color (decimal): -2259279 or 11634397. OLE color: 11634397.

HSL color Cylindrical-coordinate representation of color #DD86B1: hue angle of 330.34º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86B1 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 177 -
CMYK 0 0.39 0.20 0.13
HSL 330.34º 0.56% 0.7% -
HSV(B) 330.34º 0.39% 0.87% -
XYZ 46.28 35.6 46.03 -
YUV 164.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 221 134 177 0 0.39 0.20 0.13 330.34 0.56 0.7
Hex DD 86 B1 0 27 14 D 14A 38 46
Octal 335 206 261 0 47 24 15 512 70 106
Binary 11011101 10000110 10110001 0 100111 10100 1101 101001010 111000 1000110

Color Harmonies of #DD86B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86B1

Black with #DD86B1

Text Example


Text Example

White with #DD86B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86B1; }

 p { color: rgb(221,134,177); }

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

background-color css

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

 a { background-color: rgb(221,134,177); }

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

border-color css

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

 span { border-color: rgb(221,134,177); }

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