Html Css Color HEX #D88DB3 Kobi

📋 copy color: '#D88DB3'

red 216 ◦ green 141 ◦ blue 179

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

Shades of Kobi #D88DB3

Tints of Kobi #D88DB3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

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

R = 40.3%
G = 26.31%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D88DB3 (or 0xD88DB3) is known color: Kobi. HEX triplet: D8, 8D and B3. RGB value is (216,141,179). Sum of RGB (Red+Green+Blue) = 216+141+179=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DB3 is #27724C. Grayscale: #A7A7A7. Windows color (decimal): -2585165 or 11767256. OLE color: 11767256.

HSL color Cylindrical-coordinate representation of color #D88DB3: hue angle of 329.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DB3 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 179 -
CMYK 0 0.35 0.17 0.15
HSL 329.6º 0.49% 0.7% -
HSV(B) 329.6º 0.35% 0.85% -
XYZ 45.98 36.9 47.35 -
YUV 167.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 216 141 179 0 0.35 0.17 0.15 329.6 0.49 0.7
Hex D8 8D B3 0 23 11 F 14A 31 46
Octal 330 215 263 0 43 21 17 512 61 106
Binary 11011000 10001101 10110011 0 100011 10001 1111 101001010 110001 1000110

Color Harmonies of #D88DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DB3

Black with #D88DB3

Text Example


Text Example

White with #D88DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DB3; }

 p { color: rgb(216,141,179); }

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

background-color css

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

 a { background-color: rgb(216,141,179); }

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

border-color css

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

 span { border-color: rgb(216,141,179); }

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