Html Css Color HEX #DD93B2 Kobi

📋 copy color: '#DD93B2'

red 221 ◦ green 147 ◦ blue 178

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

Shades of Kobi #DD93B2

Tints of Kobi #DD93B2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.92%

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

R = 40.48%
G = 26.92%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD93B2 (or 0xDD93B2) is known color: Kobi. HEX triplet: DD, 93 and B2. RGB value is (221,147,178). Sum of RGB (Red+Green+Blue) = 221+147+178=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93B2 is #226C4D. Grayscale: #ACACAC. Windows color (decimal): -2255950 or 11703261. OLE color: 11703261.

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

Color convert

RGB 221 147 178 -
CMYK 0 0.33 0.19 0.13
HSL 334.86º 0.52% 0.72% -
HSV(B) 334.86º 0.33% 0.87% -
XYZ 48.29 39.45 47.19 -
YUV 172.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 221 147 178 0 0.33 0.19 0.13 334.86 0.52 0.72
Hex DD 93 B2 0 21 13 D 14F 34 48
Octal 335 223 262 0 41 23 15 517 64 110
Binary 11011101 10010011 10110010 0 100001 10011 1101 101001111 110100 1001000

Color Harmonies of #DD93B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93B2

Black with #DD93B2

Text Example


Text Example

White with #DD93B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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