Html Css Color HEX #DC83B0 Kobi

📋 copy color: '#DC83B0'

red 220 ◦ green 131 ◦ blue 176

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

Shades of Kobi #DC83B0

Tints of Kobi #DC83B0

RGB

 RED value IS 220 (86.33% from 255) = 41.75%

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

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

R = 41.75%
G = 24.86%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC83B0 (or 0xDC83B0) is known color: Kobi. HEX triplet: DC, 83 and B0. RGB value is (220,131,176). Sum of RGB (Red+Green+Blue) = 220+131+176=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC83B0 is #237C4F. Grayscale: #A2A2A2. Windows color (decimal): -2325584 or 11568092. OLE color: 11568092.

HSL color Cylindrical-coordinate representation of color #DC83B0: hue angle of 329.66º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83B0 is Cyan = 0, Magento = 0.40, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 176 -
CMYK 0 0.40 0.2 0.14
HSL 329.66º 0.56% 0.69% -
HSV(B) 329.66º 0.4% 0.86% -
XYZ 45.47 34.58 45.35 -
YUV 162.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 220 131 176 0 0.40 0.2 0.14 329.66 0.56 0.69
Hex DC 83 B0 0 28 14 E 14A 38 45
Octal 334 203 260 0 50 24 16 512 70 105
Binary 11011100 10000011 10110000 0 101000 10100 1110 101001010 111000 1000101

Color Harmonies of #DC83B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83B0

Black with #DC83B0

Text Example


Text Example

White with #DC83B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83B0; }

 p { color: rgb(220,131,176); }

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

background-color css

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

 a { background-color: rgb(220,131,176); }

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

border-color css

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

 span { border-color: rgb(220,131,176); }

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