Html Css Color HEX #D88FAA Kobi

📋 copy color: '#D88FAA'

red 216 ◦ green 143 ◦ blue 170

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

Shades of Kobi #D88FAA

Tints of Kobi #D88FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.03%

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 40.83%
G = 27.03%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D88FAA (or 0xD88FAA) is known color: Kobi. HEX triplet: D8, 8F and AA. RGB value is (216,143,170). Sum of RGB (Red+Green+Blue) = 216+143+170=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FAA is #277055. Grayscale: #A7A7A7. Windows color (decimal): -2584662 or 11177944. OLE color: 11177944.

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

Color convert

RGB 216 143 170 -
CMYK 0 0.34 0.21 0.15
HSL 337.81º 0.48% 0.7% -
HSV(B) 337.81º 0.34% 0.85% -
XYZ 45.4 37.15 42.81 -
YUV 167.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 216 143 170 0 0.34 0.21 0.15 337.81 0.48 0.7
Hex D8 8F AA 0 22 15 F 152 30 46
Octal 330 217 252 0 42 25 17 522 60 106
Binary 11011000 10001111 10101010 0 100010 10101 1111 101010010 110000 1000110

Color Harmonies of #D88FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FAA

Black with #D88FAA

Text Example


Text Example

White with #D88FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FAA; }

 p { color: rgb(216,143,170); }

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

background-color css

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

 a { background-color: rgb(216,143,170); }

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

border-color css

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

 span { border-color: rgb(216,143,170); }

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