Html Css Color HEX #D88CB3 Kobi

📋 copy color: '#D88CB3'

red 216 ◦ green 140 ◦ blue 179

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

Shades of Kobi #D88CB3

Tints of Kobi #D88CB3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

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

R = 40.37%
G = 26.17%
B = 33.46%

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

#D88CB3 (or 0xD88CB3) is known color: Kobi. HEX triplet: D8, 8C and B3. RGB value is (216,140,179). Sum of RGB (Red+Green+Blue) = 216+140+179=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CB3 is #27734C. Grayscale: #A7A7A7. Windows color (decimal): -2585421 or 11767000. OLE color: 11767000.

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

Color convert

RGB 216 140 179 -
CMYK 0 0.35 0.17 0.15
HSL 329.21º 0.49% 0.7% -
HSV(B) 329.21º 0.35% 0.85% -
XYZ 45.83 36.61 47.3 -
YUV 167.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 216 140 179 0 0.35 0.17 0.15 329.21 0.49 0.7
Hex D8 8C B3 0 23 11 F 149 31 46
Octal 330 214 263 0 43 21 17 511 61 106
Binary 11011000 10001100 10110011 0 100011 10001 1111 101001001 110001 1000110

Color Harmonies of #D88CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CB3

Black with #D88CB3

Text Example


Text Example

White with #D88CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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