Html Css Color HEX #D88DB4 Kobi

📋 copy color: '#D88DB4'

red 216 ◦ green 141 ◦ blue 180

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

Shades of Kobi #D88DB4

Tints of Kobi #D88DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.52%

R = 40.22%
G = 26.26%
B = 33.52%

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

#D88DB4 (or 0xD88DB4) is known color: Kobi. HEX triplet: D8, 8D and B4. RGB value is (216,141,180). Sum of RGB (Red+Green+Blue) = 216+141+180=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DB4 is #27724B. Grayscale: #A7A7A7. Windows color (decimal): -2585164 or 11832792. OLE color: 11832792.

HSL color Cylindrical-coordinate representation of color #D88DB4: hue angle of 328.8º 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 #D88DB4 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 180 -
CMYK 0 0.35 0.17 0.15
HSL 328.8º 0.49% 0.7% -
HSV(B) 328.8º 0.35% 0.85% -
XYZ 46.08 36.94 47.88 -
YUV 167.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 216 141 180 0 0.35 0.17 0.15 328.8 0.49 0.7
Hex D8 8D B4 0 23 11 F 149 31 46
Octal 330 215 264 0 43 21 17 511 61 106
Binary 11011000 10001101 10110100 0 100011 10001 1111 101001001 110001 1000110

Color Harmonies of #D88DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DB4

Black with #D88DB4

Text Example


Text Example

White with #D88DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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