Html Css Color HEX #DD7FAB Kobi

📋 copy color: '#DD7FAB'

red 221 ◦ green 127 ◦ blue 171

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

Shades of Kobi #DD7FAB

Tints of Kobi #DD7FAB

RGB

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

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

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

R = 42.58%
G = 24.47%
B = 32.95%

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

#DD7FAB (or 0xDD7FAB) is known color: Kobi. HEX triplet: DD, 7F and AB. RGB value is (221,127,171). Sum of RGB (Red+Green+Blue) = 221+127+171=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FAB is #228054. Grayscale: #A0A0A0. Windows color (decimal): -2261077 or 11239389. OLE color: 11239389.

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

Color convert

RGB 221 127 171 -
CMYK 0 0.43 0.23 0.13
HSL 331.91º 0.58% 0.68% -
HSV(B) 331.91º 0.43% 0.87% -
XYZ 44.76 33.49 42.63 -
YUV 160.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 221 127 171 0 0.43 0.23 0.13 331.91 0.58 0.68
Hex DD 7F AB 0 2B 17 D 14C 3A 44
Octal 335 177 253 0 53 27 15 514 72 104
Binary 11011101 1111111 10101011 0 101011 10111 1101 101001100 111010 1000100

Color Harmonies of #DD7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FAB

Black with #DD7FAB

Text Example


Text Example

White with #DD7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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