Html Css Color HEX #DD83A6 Kobi

📋 copy color: '#DD83A6'

red 221 ◦ green 131 ◦ blue 166

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

Shades of Kobi #DD83A6

Tints of Kobi #DD83A6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.29%

 BLUE value IS 166 (65.23% from 255) = 32.05%

R = 42.66%
G = 25.29%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD83A6 (or 0xDD83A6) is known color: Kobi. HEX triplet: DD, 83 and A6. RGB value is (221,131,166). Sum of RGB (Red+Green+Blue) = 221+131+166=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83A6 is #227C59. Grayscale: #A1A1A1. Windows color (decimal): -2260058 or 10912733. OLE color: 10912733.

HSL color Cylindrical-coordinate representation of color #DD83A6: hue angle of 336.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83A6 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 166 -
CMYK 0 0.41 0.25 0.13
HSL 336.67º 0.57% 0.69% -
HSV(B) 336.67º 0.41% 0.87% -
XYZ 44.82 34.36 40.35 -
YUV 161.9 130.32 170.15 -
System Red Green Blue C M Y K H S L
Decimal 221 131 166 0 0.41 0.25 0.13 336.67 0.57 0.69
Hex DD 83 A6 0 29 19 D 151 39 45
Octal 335 203 246 0 51 31 15 521 71 105
Binary 11011101 10000011 10100110 0 101001 11001 1101 101010001 111001 1000101

Color Harmonies of #DD83A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83A6

Black with #DD83A6

Text Example


Text Example

White with #DD83A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83A6; }

 p { color: rgb(221,131,166); }

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

background-color css

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

 a { background-color: rgb(221,131,166); }

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

border-color css

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

 span { border-color: rgb(221,131,166); }

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