Html Css Color HEX #DD7FB0 Kobi

📋 copy color: '#DD7FB0'

red 221 ◦ green 127 ◦ blue 176

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

Shades of Kobi #DD7FB0

Tints of Kobi #DD7FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 42.18%
G = 24.24%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD7FB0 (or 0xDD7FB0) is known color: Kobi. HEX triplet: DD, 7F and B0. RGB value is (221,127,176). Sum of RGB (Red+Green+Blue) = 221+127+176=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FB0 is #22804F. Grayscale: #A0A0A0. Windows color (decimal): -2261072 or 11567069. OLE color: 11567069.

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

Color convert

RGB 221 127 176 -
CMYK 0 0.43 0.20 0.13
HSL 328.72º 0.58% 0.68% -
HSV(B) 328.72º 0.43% 0.87% -
XYZ 45.24 33.69 45.19 -
YUV 160.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 221 127 176 0 0.43 0.20 0.13 328.72 0.58 0.68
Hex DD 7F B0 0 2B 14 D 149 3A 44
Octal 335 177 260 0 53 24 15 511 72 104
Binary 11011101 1111111 10110000 0 101011 10100 1101 101001001 111010 1000100

Color Harmonies of #DD7FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FB0

Black with #DD7FB0

Text Example


Text Example

White with #DD7FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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