Html Css Color HEX #DD85AB Kobi

📋 copy color: '#DD85AB'

red 221 ◦ green 133 ◦ blue 171

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

Shades of Kobi #DD85AB

Tints of Kobi #DD85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.33%

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 42.1%
G = 25.33%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD85AB (or 0xDD85AB) is known color: Kobi. HEX triplet: DD, 85 and AB. RGB value is (221,133,171). Sum of RGB (Red+Green+Blue) = 221+133+171=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD85AB is #227A54. Grayscale: #A3A3A3. Windows color (decimal): -2259541 or 11240925. OLE color: 11240925.

HSL color Cylindrical-coordinate representation of color #DD85AB: hue angle of 334.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85AB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 171 -
CMYK 0 0.40 0.23 0.13
HSL 334.09º 0.56% 0.69% -
HSV(B) 334.09º 0.4% 0.87% -
XYZ 45.56 35.09 42.9 -
YUV 163.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 221 133 171 0 0.40 0.23 0.13 334.09 0.56 0.69
Hex DD 85 AB 0 28 17 D 14E 38 45
Octal 335 205 253 0 50 27 15 516 70 105
Binary 11011101 10000101 10101011 0 101000 10111 1101 101001110 111000 1000101

Color Harmonies of #DD85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85AB

Black with #DD85AB

Text Example


Text Example

White with #DD85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85AB; }

 p { color: rgb(221,133,171); }

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

background-color css

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

 a { background-color: rgb(221,133,171); }

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

border-color css

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

 span { border-color: rgb(221,133,171); }

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