Html Css Color HEX #D885B0 Kobi

📋 copy color: '#D885B0'

red 216 ◦ green 133 ◦ blue 176

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

Shades of Kobi #D885B0

Tints of Kobi #D885B0

RGB

 RED value IS 216 (84.77% from 255) = 41.14%

 GREEN value IS 133 (52.34% from 255) = 25.33%

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

R = 41.14%
G = 25.33%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D885B0 (or 0xD885B0) is known color: Kobi. HEX triplet: D8, 85 and B0. RGB value is (216,133,176). Sum of RGB (Red+Green+Blue) = 216+133+176=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D885B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D885B0 is #277A4F. Grayscale: #A2A2A2. Windows color (decimal): -2587216 or 11568600. OLE color: 11568600.

HSL color Cylindrical-coordinate representation of color #D885B0: hue angle of 328.92º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885B0 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 176 -
CMYK 0 0.38 0.19 0.15
HSL 328.92º 0.52% 0.68% -
HSV(B) 328.92º 0.38% 0.85% -
XYZ 44.54 34.51 45.39 -
YUV 162.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 216 133 176 0 0.38 0.19 0.15 328.92 0.52 0.68
Hex D8 85 B0 0 26 13 F 149 34 44
Octal 330 205 260 0 46 23 17 511 64 104
Binary 11011000 10000101 10110000 0 100110 10011 1111 101001001 110100 1000100

Color Harmonies of #D885B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885B0

Black with #D885B0

Text Example


Text Example

White with #D885B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885B0; }

 p { color: rgb(216,133,176); }

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

background-color css

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

 a { background-color: rgb(216,133,176); }

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

border-color css

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

 span { border-color: rgb(216,133,176); }

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