Html Css Color HEX #DD87B3 Kobi

📋 copy color: '#DD87B3'

red 221 ◦ green 135 ◦ blue 179

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

Shades of Kobi #DD87B3

Tints of Kobi #DD87B3

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.23%

 BLUE value IS 179 (70.31% from 255) = 33.46%

R = 41.31%
G = 25.23%
B = 33.46%

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

#DD87B3 (or 0xDD87B3) is known color: Kobi. HEX triplet: DD, 87 and B3. RGB value is (221,135,179). Sum of RGB (Red+Green+Blue) = 221+135+179=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87B3 is #22784C. Grayscale: #A5A5A5. Windows color (decimal): -2259021 or 11765725. OLE color: 11765725.

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

Color convert

RGB 221 135 179 -
CMYK 0 0.39 0.19 0.13
HSL 329.3º 0.56% 0.7% -
HSV(B) 329.3º 0.39% 0.87% -
XYZ 46.62 35.95 47.13 -
YUV 165.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 221 135 179 0 0.39 0.19 0.13 329.3 0.56 0.7
Hex DD 87 B3 0 27 13 D 149 38 46
Octal 335 207 263 0 47 23 15 511 70 106
Binary 11011101 10000111 10110011 0 100111 10011 1101 101001001 111000 1000110

Color Harmonies of #DD87B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87B3

Black with #DD87B3

Text Example


Text Example

White with #DD87B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87B3; }

 p { color: rgb(221,135,179); }

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

background-color css

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

 a { background-color: rgb(221,135,179); }

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

border-color css

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

 span { border-color: rgb(221,135,179); }

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