Html Css Color HEX #DD7FAA Kobi

📋 copy color: '#DD7FAA'

red 221 ◦ green 127 ◦ blue 170

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

Shades of Kobi #DD7FAA

Tints of Kobi #DD7FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.52%

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

R = 42.66%
G = 24.52%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD7FAA (or 0xDD7FAA) is known color: Kobi. HEX triplet: DD, 7F and AA. RGB value is (221,127,170). Sum of RGB (Red+Green+Blue) = 221+127+170=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FAA is #228055. Grayscale: #9F9F9F. Windows color (decimal): -2261078 or 11173853. OLE color: 11173853.

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

Color convert

RGB 221 127 170 -
CMYK 0 0.43 0.23 0.13
HSL 332.55º 0.58% 0.68% -
HSV(B) 332.55º 0.43% 0.87% -
XYZ 44.66 33.45 42.13 -
YUV 160.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 221 127 170 0 0.43 0.23 0.13 332.55 0.58 0.68
Hex DD 7F AA 0 2B 17 D 14D 3A 44
Octal 335 177 252 0 53 27 15 515 72 104
Binary 11011101 1111111 10101010 0 101011 10111 1101 101001101 111010 1000100

Color Harmonies of #DD7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FAA

Black with #DD7FAA

Text Example


Text Example

White with #DD7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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