Html Css Color HEX #DF82A6 Kobi

📋 copy color: '#DF82A6'

red 223 ◦ green 130 ◦ blue 166

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

Shades of Kobi #DF82A6

Tints of Kobi #DF82A6

RGB

 RED value IS 223 (87.5% from 255) = 42.97%

 GREEN value IS 130 (51.17% from 255) = 25.05%

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

R = 42.97%
G = 25.05%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF82A6 (or 0xDF82A6) is known color: Kobi. HEX triplet: DF, 82 and A6. RGB value is (223,130,166). Sum of RGB (Red+Green+Blue) = 223+130+166=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82A6 is #207D59. Grayscale: #A1A1A1. Windows color (decimal): -2129242 or 10912479. OLE color: 10912479.

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

Color convert

RGB 223 130 166 -
CMYK 0 0.42 0.26 0.13
HSL 336.77º 0.59% 0.69% -
HSV(B) 336.77º 0.42% 0.87% -
XYZ 45.3 34.41 40.33 -
YUV 161.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 223 130 166 0 0.42 0.26 0.13 336.77 0.59 0.69
Hex DF 82 A6 0 2A 1A D 151 3B 45
Octal 337 202 246 0 52 32 15 521 73 105
Binary 11011111 10000010 10100110 0 101010 11010 1101 101010001 111011 1000101

Color Harmonies of #DF82A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82A6

Black with #DF82A6

Text Example


Text Example

White with #DF82A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82A6; }

 p { color: rgb(223,130,166); }

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

background-color css

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

 a { background-color: rgb(223,130,166); }

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

border-color css

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

 span { border-color: rgb(223,130,166); }

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