Html Css Color HEX #DD83AA Kobi

📋 copy color: '#DD83AA'

red 221 ◦ green 131 ◦ blue 170

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

Shades of Kobi #DD83AA

Tints of Kobi #DD83AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

 BLUE value IS 170 (66.8% from 255) = 32.57%

R = 42.34%
G = 25.1%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD83AA (or 0xDD83AA) is known color: Kobi. HEX triplet: DD, 83 and AA. RGB value is (221,131,170). Sum of RGB (Red+Green+Blue) = 221+131+170=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83AA is #227C55. Grayscale: #A2A2A2. Windows color (decimal): -2260054 or 11174877. OLE color: 11174877.

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

Color convert

RGB 221 131 170 -
CMYK 0 0.41 0.23 0.13
HSL 334º 0.57% 0.69% -
HSV(B) 334º 0.41% 0.87% -
XYZ 45.19 34.51 42.31 -
YUV 162.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 221 131 170 0 0.41 0.23 0.13 334 0.57 0.69
Hex DD 83 AA 0 29 17 D 14E 39 45
Octal 335 203 252 0 51 27 15 516 71 105
Binary 11011101 10000011 10101010 0 101001 10111 1101 101001110 111001 1000101

Color Harmonies of #DD83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83AA

Black with #DD83AA

Text Example


Text Example

White with #DD83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83AA; }

 p { color: rgb(221,131,170); }

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

background-color css

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

 a { background-color: rgb(221,131,170); }

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

border-color css

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

 span { border-color: rgb(221,131,170); }

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