Html Css Color HEX #DD86B2 Kobi

📋 copy color: '#DD86B2'

red 221 ◦ green 134 ◦ blue 178

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

Shades of Kobi #DD86B2

Tints of Kobi #DD86B2

RGB

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

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

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

R = 41.46%
G = 25.14%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD86B2 (or 0xDD86B2) is known color: Kobi. HEX triplet: DD, 86 and B2. RGB value is (221,134,178). Sum of RGB (Red+Green+Blue) = 221+134+178=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86B2 is #22794D. Grayscale: #A4A4A4. Windows color (decimal): -2259278 or 11699933. OLE color: 11699933.

HSL color Cylindrical-coordinate representation of color #DD86B2: hue angle of 329.66º 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 #DD86B2 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 178 -
CMYK 0 0.39 0.19 0.13
HSL 329.66º 0.56% 0.7% -
HSV(B) 329.66º 0.39% 0.87% -
XYZ 46.38 35.64 46.55 -
YUV 165.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 221 134 178 0 0.39 0.19 0.13 329.66 0.56 0.7
Hex DD 86 B2 0 27 13 D 14A 38 46
Octal 335 206 262 0 47 23 15 512 70 106
Binary 11011101 10000110 10110010 0 100111 10011 1101 101001010 111000 1000110

Color Harmonies of #DD86B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86B2

Black with #DD86B2

Text Example


Text Example

White with #DD86B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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