Html Css Color HEX #DB8EB3 Kobi

📋 copy color: '#DB8EB3'

red 219 ◦ green 142 ◦ blue 179

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

Shades of Kobi #DB8EB3

Tints of Kobi #DB8EB3

RGB

 RED value IS 219 (85.94% from 255) = 40.56%

 GREEN value IS 142 (55.86% from 255) = 26.3%

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 40.56%
G = 26.3%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB8EB3 (or 0xDB8EB3) is known color: Kobi. HEX triplet: DB, 8E and B3. RGB value is (219,142,179). Sum of RGB (Red+Green+Blue) = 219+142+179=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EB3 is #24714C. Grayscale: #A9A9A9. Windows color (decimal): -2388301 or 11767515. OLE color: 11767515.

HSL color Cylindrical-coordinate representation of color #DB8EB3: hue angle of 331.17º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8EB3 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 142 179 -
CMYK 0 0.35 0.18 0.14
HSL 331.17º 0.52% 0.71% -
HSV(B) 331.17º 0.35% 0.86% -
XYZ 47.02 37.66 47.44 -
YUV 169.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 219 142 179 0 0.35 0.18 0.14 331.17 0.52 0.71
Hex DB 8E B3 0 23 12 E 14B 34 47
Octal 333 216 263 0 43 22 16 513 64 107
Binary 11011011 10001110 10110011 0 100011 10010 1110 101001011 110100 1000111

Color Harmonies of #DB8EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EB3

Black with #DB8EB3

Text Example


Text Example

White with #DB8EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EB3; }

 p { color: rgb(219,142,179); }

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

background-color css

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

 a { background-color: rgb(219,142,179); }

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

border-color css

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

 span { border-color: rgb(219,142,179); }

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