Html Css Color HEX #DD93B4 Kobi

📋 copy color: '#DD93B4'

red 221 ◦ green 147 ◦ blue 180

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

Shades of Kobi #DD93B4

Tints of Kobi #DD93B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 40.33%
G = 26.82%
B = 32.85%

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

#DD93B4 (or 0xDD93B4) is known color: Kobi. HEX triplet: DD, 93 and B4. RGB value is (221,147,180). Sum of RGB (Red+Green+Blue) = 221+147+180=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93B4 is #226C4B. Grayscale: #ACACAC. Windows color (decimal): -2255948 or 11834333. OLE color: 11834333.

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

Color convert

RGB 221 147 180 -
CMYK 0 0.33 0.19 0.13
HSL 333.24º 0.52% 0.72% -
HSV(B) 333.24º 0.33% 0.87% -
XYZ 48.49 39.53 48.26 -
YUV 172.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 221 147 180 0 0.33 0.19 0.13 333.24 0.52 0.72
Hex DD 93 B4 0 21 13 D 14D 34 48
Octal 335 223 264 0 41 23 15 515 64 110
Binary 11011101 10010011 10110100 0 100001 10011 1101 101001101 110100 1001000

Color Harmonies of #DD93B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93B4

Black with #DD93B4

Text Example


Text Example

White with #DD93B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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