Html Css Color HEX #DD91B3 Kobi

📋 copy color: '#DD91B3'

red 221 ◦ green 145 ◦ blue 179

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

Shades of Kobi #DD91B3

Tints of Kobi #DD91B3

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.61%

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

R = 40.55%
G = 26.61%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD91B3 (or 0xDD91B3) is known color: Kobi. HEX triplet: DD, 91 and B3. RGB value is (221,145,179). Sum of RGB (Red+Green+Blue) = 221+145+179=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91B3 is #226E4C. Grayscale: #ABABAB. Windows color (decimal): -2256461 or 11768285. OLE color: 11768285.

HSL color Cylindrical-coordinate representation of color #DD91B3: hue angle of 333.16º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91B3 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 179 -
CMYK 0 0.34 0.19 0.13
HSL 333.16º 0.53% 0.72% -
HSV(B) 333.16º 0.34% 0.87% -
XYZ 48.08 38.88 47.62 -
YUV 171.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 221 145 179 0 0.34 0.19 0.13 333.16 0.53 0.72
Hex DD 91 B3 0 22 13 D 14D 35 48
Octal 335 221 263 0 42 23 15 515 65 110
Binary 11011101 10010001 10110011 0 100010 10011 1101 101001101 110101 1001000

Color Harmonies of #DD91B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91B3

Black with #DD91B3

Text Example


Text Example

White with #DD91B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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