Html Css Color HEX #DD85B3 Kobi

📋 copy color: '#DD85B3'

red 221 ◦ green 133 ◦ blue 179

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

Shades of Kobi #DD85B3

Tints of Kobi #DD85B3

RGB

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

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

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

R = 41.46%
G = 24.95%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD85B3 (or 0xDD85B3) is known color: Kobi. HEX triplet: DD, 85 and B3. RGB value is (221,133,179). Sum of RGB (Red+Green+Blue) = 221+133+179=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85B3 is #227A4C. Grayscale: #A4A4A4. Windows color (decimal): -2259533 or 11765213. OLE color: 11765213.

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

Color convert

RGB 221 133 179 -
CMYK 0 0.40 0.19 0.13
HSL 328.64º 0.56% 0.69% -
HSV(B) 328.64º 0.4% 0.87% -
XYZ 46.34 35.4 47.04 -
YUV 164.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 221 133 179 0 0.40 0.19 0.13 328.64 0.56 0.69
Hex DD 85 B3 0 28 13 D 149 38 45
Octal 335 205 263 0 50 23 15 511 70 105
Binary 11011101 10000101 10110011 0 101000 10011 1101 101001001 111000 1000101

Color Harmonies of #DD85B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85B3

Black with #DD85B3

Text Example


Text Example

White with #DD85B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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