Html Css Color HEX #DF82B0 Kobi

📋 copy color: '#DF82B0'

red 223 ◦ green 130 ◦ blue 176

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

Shades of Kobi #DF82B0

Tints of Kobi #DF82B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 42.16%
G = 24.57%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF82B0 (or 0xDF82B0) is known color: Kobi. HEX triplet: DF, 82 and B0. RGB value is (223,130,176). Sum of RGB (Red+Green+Blue) = 223+130+176=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82B0 is #207D4F. Grayscale: #A2A2A2. Windows color (decimal): -2129232 or 11567839. OLE color: 11567839.

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

Color convert

RGB 223 130 176 -
CMYK 0 0.42 0.21 0.13
HSL 330.32º 0.59% 0.69% -
HSV(B) 330.32º 0.42% 0.87% -
XYZ 46.25 34.79 45.35 -
YUV 163.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 223 130 176 0 0.42 0.21 0.13 330.32 0.59 0.69
Hex DF 82 B0 0 2A 15 D 14A 3B 45
Octal 337 202 260 0 52 25 15 512 73 105
Binary 11011111 10000010 10110000 0 101010 10101 1101 101001010 111011 1000101

Color Harmonies of #DF82B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82B0

Black with #DF82B0

Text Example


Text Example

White with #DF82B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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