Html Css Color HEX #DD87B4 Kobi

📋 copy color: '#DD87B4'

red 221 ◦ green 135 ◦ blue 180

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

Shades of Kobi #DD87B4

Tints of Kobi #DD87B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.58%

R = 41.23%
G = 25.19%
B = 33.58%

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

#DD87B4 (or 0xDD87B4) is known color: Kobi. HEX triplet: DD, 87 and B4. RGB value is (221,135,180). Sum of RGB (Red+Green+Blue) = 221+135+180=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87B4 is #22784B. Grayscale: #A5A5A5. Windows color (decimal): -2259020 or 11831261. OLE color: 11831261.

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

Color convert

RGB 221 135 180 -
CMYK 0 0.39 0.19 0.13
HSL 328.6º 0.56% 0.7% -
HSV(B) 328.6º 0.39% 0.87% -
XYZ 46.72 36 47.67 -
YUV 165.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 221 135 180 0 0.39 0.19 0.13 328.6 0.56 0.7
Hex DD 87 B4 0 27 13 D 149 38 46
Octal 335 207 264 0 47 23 15 511 70 106
Binary 11011101 10000111 10110100 0 100111 10011 1101 101001001 111000 1000110

Color Harmonies of #DD87B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87B4

Black with #DD87B4

Text Example


Text Example

White with #DD87B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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