Html Css Color HEX #DD91B2 Kobi

📋 copy color: '#DD91B2'

red 221 ◦ green 145 ◦ blue 178

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

Shades of Kobi #DD91B2

Tints of Kobi #DD91B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.72%

R = 40.63%
G = 26.65%
B = 32.72%

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

#DD91B2 (or 0xDD91B2) is known color: Kobi. HEX triplet: DD, 91 and B2. RGB value is (221,145,178). Sum of RGB (Red+Green+Blue) = 221+145+178=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD91B2 is #226E4D. Grayscale: #ABABAB. Windows color (decimal): -2256462 or 11702749. OLE color: 11702749.

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

Color convert

RGB 221 145 178 -
CMYK 0 0.34 0.19 0.13
HSL 333.95º 0.53% 0.72% -
HSV(B) 333.95º 0.34% 0.87% -
XYZ 47.98 38.84 47.09 -
YUV 171.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 221 145 178 0 0.34 0.19 0.13 333.95 0.53 0.72
Hex DD 91 B2 0 22 13 D 14E 35 48
Octal 335 221 262 0 42 23 15 516 65 110
Binary 11011101 10010001 10110010 0 100010 10011 1101 101001110 110101 1001000

Color Harmonies of #DD91B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91B2

Black with #DD91B2

Text Example


Text Example

White with #DD91B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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